From 992a1097c378f39fabc75327c0e5db1dd456d8e4 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 19 Mar 2018 10:58:54 -0400 Subject: [PATCH] Really improved colors --- feast.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feast.css b/feast.css index a513380..d66f619 100644 --- a/feast.css +++ b/feast.css @@ -181,7 +181,7 @@ button { } .pref-radio:checked + label.pref-disable { - background: #931; + background: #711; color: #eee; } @@ -191,7 +191,7 @@ button { } .pref-radio:checked + label.pref-enable { - background: #373; + background: #3a3; color: #eee; }