Browse Source

Update style.css

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

9
css/style.css

@ -321,6 +321,15 @@ body {
.button.boxed.black:hover { .button.boxed.black:hover {
color: #fff; } color: #fff; }
.button.boxed.tor {
border: 1px solid #7D4698;
background: none;
color: #333; }
.button.boxed.black:hover {
color: #fff;
background: #7D4698; }
.button.boxed.light-brown { .button.boxed.light-brown {
border: 1px solid #dcbc98; border: 1px solid #dcbc98;
background: none; background: none;

Loading…
Cancel
Save