From 0a0372b5bd52ce11677b15280a9b37b8593097f7 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Wed, 4 Jul 2018 17:43:28 +0200 Subject: [PATCH] Added styling for blog button --- css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/style.css b/css/style.css index 9305455..10b7154 100755 --- a/css/style.css +++ b/css/style.css @@ -334,6 +334,9 @@ body { .button.white::before { background: #fff; } +.button.blog::before { + background: #74c0fc; } + .button.tor::before { background: #7D4698; } @@ -397,6 +400,15 @@ body { color: #fff; background: #7D4698; } +.button.boxed.blog { + border: 1px solid #4dabf7; + background: none; + color: #4dabf7; } + +.button.boxed.blog:hover { + color: #fff; + background: #4dabf7; } + .button.boxed.sfk { border: 1px solid #000; background: none;