From 65cee022239913d02593de831f5a012b4dee5ba4 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 19 Mar 2018 10:45:58 -0400 Subject: [PATCH] Improved colors --- feast.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/feast.css b/feast.css index 3cbcade..a513380 100644 --- a/feast.css +++ b/feast.css @@ -181,22 +181,22 @@ button { } .pref-radio:checked + label.pref-disable { - background: #933; + background: #931; color: #eee; } .pref-radio:checked + label.pref-avoid { - background: #973; + background: #a41; color: #eee; } .pref-radio:checked + label.pref-enable { - background: #393; + background: #373; color: #eee; } .pref-radio:checked + label.pref-prefer { - background: #191; + background: #44a2c7; color: #eee; }