Browse Source

Update style.css

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

9
css/style.css

@ -300,6 +300,9 @@ body {
.button.openlabs::before { .button.openlabs::before {
background: #2BBBB0; } background: #2BBBB0; }
.button.mozilla::before {
background: #fc9606; }
.button.boxed.white { .button.boxed.white {
border: 1px solid #fff; border: 1px solid #fff;
background: none; background: none;
@ -368,13 +371,13 @@ body {
background: #2BBBB0; } background: #2BBBB0; }
.button.boxed.mozilla { .button.boxed.mozilla {
border: 1px solid #ff2f29; border: 1px solid #fc9606;
background: none; background: none;
color: #ff2f29; } color: #fc9606; }
.button.boxed.mozilla:hover { .button.boxed.mozilla:hover {
color: #fff; color: #fff;
background: #ff2f29; } background: #fc9606; }
.button.boxed.light-brown { .button.boxed.light-brown {
border: 1px solid #dcbc98; border: 1px solid #dcbc98;

Loading…
Cancel
Save