From cc7f72cce5a9d54b966c380feecd80bcd6a0e44f Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 20 Mar 2018 01:09:02 +0100 Subject: [PATCH] Update style.css --- css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/style.css b/css/style.css index a078c4a..9fc6108 100755 --- a/css/style.css +++ b/css/style.css @@ -294,6 +294,9 @@ body { .button.tor::before { background: #7D4698; } +.button.identihub::before { + background: #58595b; } + .button.boxed.white { border: 1px solid #fff; background: none; @@ -333,6 +336,15 @@ body { color: #fff; background: #7D4698; } +.button.boxed.identihub { + border: 1px solid #58595b; + background: none; + color: #58595b; } + +.button.boxed.identihub:hover { + color: #fff; + background: #58595b; } + .button.boxed.light-brown { border: 1px solid #dcbc98; background: none;