From 9a60f76370958998219ff294bf0b347609e4bc58 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 21 Dec 2019 17:51:42 -0500 Subject: [PATCH] Give the background of light-mode meters some contrast --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b67d278..ab264b9 100644 --- a/style.css +++ b/style.css @@ -634,7 +634,7 @@ body.dark .action-part-button.active { } body.light .meter { - background: #ddd !important; + background: #ccc !important; } body.dark .meter {