From 46be9ca606e866e5f5a699a80996b2ad1824602b Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 21 Dec 2019 17:45:02 -0500 Subject: [PATCH] Improve light mode buttons and subcategories --- style.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 00c867a..b67d278 100644 --- a/style.css +++ b/style.css @@ -516,12 +516,20 @@ body.light .flex-outer input[type="checkbox"]:checked + label:not(.custom-header width: 90%; } +body.light .flex-outer-sub { + background: #c8c8c8; +} + +body.light .flex-outer-sub .flex-outer-sub { + background: #c0c0c0; +} + body.dark .flex-outer-sub { background: #181818; } body.dark .flex-outer-sub .flex-outer-sub { - background: #222; + background: #202020; } body.light .has-tooltip { @@ -605,10 +613,14 @@ ul { } } -.action-part-button.active { - background: #555; + +body.light .action-part-button.active { + background: #ccc; } +body.dark .action-part-button.active { + background: #555; +} /* SRC: https://stackoverflow.com/questions/29738787/filling-water-animation/29740828 */ .meter {