diff --git a/css/style.css b/css/style.css index e07410c..9e01ed2 100755 --- a/css/style.css +++ b/css/style.css @@ -249,6 +249,15 @@ body { .button.boxed.white:hover { color: #333; } +.button.boxed.blue { + border: 1px solid #3399d4; + background: none; + color: #000; } + +.button.boxed.blue:hover { + color: #fff; + background: #3399d4; } + .button.boxed.black { border: 1px solid #333; background: none;