From b2584888c15d7cb29c12396d55feaa82d3872250 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 18 Dec 2019 21:05:38 -0500 Subject: [PATCH] Shade the background for subcategories. Remove excess margin. --- style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 3b0c007..49b6526 100644 --- a/style.css +++ b/style.css @@ -349,7 +349,6 @@ input[type="checkbox"]:checked ~ .reveal-if-active { margin: 10px; width: 100%; padding: 0px; - margin: 0px 50px; } body.light .custom-category { @@ -514,6 +513,14 @@ body.light .flex-outer input[type="checkbox"]:checked + label:not(.custom-header width: 90%; } +body.dark .flex-outer-sub { + background: #181818; +} + +body.dark .flex-outer-sub .flex-outer-sub { + background: #222; +} + body.light .has-tooltip { position: relative; display: inline-block;