Browse Source

Update style.css

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

9
css/style.css

@ -367,6 +367,15 @@ body {
color: #fff;
background: #2BBBB0; }
.button.boxed.mozilla {
border: 1px solid #ff2f29;
background: none;
color: #ff2f29; }
.button.boxed.mozilla:hover {
color: #fff;
background: #ff2f29; }
.button.boxed.light-brown {
border: 1px solid #dcbc98;
background: none;

Loading…
Cancel
Save