Browse Source

Really improved colors

tags/v0.2.8
Fen Dweller 7 years ago
parent
commit
992a1097c3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      feast.css

+ 2
- 2
feast.css View File

@@ -181,7 +181,7 @@ button {
} }


.pref-radio:checked + label.pref-disable { .pref-radio:checked + label.pref-disable {
background: #931;
background: #711;
color: #eee; color: #eee;
} }


@@ -191,7 +191,7 @@ button {
} }


.pref-radio:checked + label.pref-enable { .pref-radio:checked + label.pref-enable {
background: #373;
background: #3a3;
color: #eee; color: #eee;
} }




Loading…
Cancel
Save