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;