Browse Source

Update style.css

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

12
css/style.css

@ -303,6 +303,9 @@ body {
.button.mozilla::before { .button.mozilla::before {
background: #fc9606; } background: #fc9606; }
.button.openchain::before {
background: #00adbb; }
.button.boxed.white { .button.boxed.white {
border: 1px solid #fff; border: 1px solid #fff;
background: none; background: none;
@ -379,6 +382,15 @@ body {
color: #fff; color: #fff;
background: #fc9606; } background: #fc9606; }
.button.boxed.openchain {
border: 1px solid #00adbb;
background: none;
color: #00adbb; }
.button.boxed.openchain:hover {
color: #fff;
background: #00adbb; }
.button.boxed.light-brown { .button.boxed.light-brown {
border: 1px solid #dcbc98; border: 1px solid #dcbc98;
background: none; background: none;

Loading…
Cancel
Save