Browse Source

Update style.css

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
cc7f72cce5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      css/style.css

12
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;

Loading…
Cancel
Save