From 048865075771c865f5c6cfdcf32d84bd245a0656 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sat, 20 Jan 2018 12:54:11 +0100 Subject: [PATCH] Update style.css --- css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/style.css b/css/style.css index 5096075..b601744 100755 --- a/css/style.css +++ b/css/style.css @@ -254,6 +254,15 @@ body { background: #3399d4; color: #fff; } +.button.boxed.blue.simple { + border: 1px solid #3399d4; + background: transparent; + color: #3399d4; } + +.button.boxed.blue.simple:hover { + background: #3399d4; + color: #fff; } + .button.boxed.black { border: 1px solid #333; background: none;