From 43ee8ca7b1f0a391f2dd0b32907cdbee99331af8 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 20 Mar 2018 01:49:24 +0100 Subject: [PATCH] Update style.css --- css/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/style.css b/css/style.css index c4bdf99..ffa395d 100755 --- a/css/style.css +++ b/css/style.css @@ -294,6 +294,9 @@ body { .button.tor::before { background: #7D4698; } +.button.sfk::before { + background: #f8ed33; } + .button.boxed.white { border: 1px solid #fff; background: none; @@ -333,6 +336,16 @@ body { color: #fff; background: #7D4698; } +.button.boxed.sfk { + border: 1px solid #000; + background: none; + color: #000; } + +.button.boxed.sfk:hover { + color: #fff; + background: #000; + border: 1px solid #f8ed33; } + .button.boxed.identihub { border: 1px solid #58595b; background: none;