From 2eb8547526b93e811e19252f1079f601acc5d960 Mon Sep 17 00:00:00 2001 From: dvs1 Date: Sun, 23 Feb 2025 02:26:35 +1000 Subject: Think I finally have the theming cracked. For now. lol --- default.template | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) (limited to 'default.template') diff --git a/default.template b/default.template index f566f48..883bc24 100644 --- a/default.template +++ b/default.template @@ -18,11 +18,8 @@ table, td, th {border-collapse: collapse;border: 2px solid grey;} - .contentBox { - background: black; color: white; - } .boxWrapper { - height: 99vh; width: 99vw; + height: 100vh; width: 100vw; background-image: linear-gradient($karenPurple$, $onefangPurple$); color: white; display: grid; @@ -51,13 +48,8 @@ /* Hide the toggle checkbox */ #mode-toggle {display: none;} - /* Style the button */ - #mode-btn { - display: inline-block; - } -// #mode-toggle:checked ~ .boxBody {background: white; color: black;} - #mode-toggle:checked ~ .contentBox {background: white; color: black;} - + #mode-btn {display: inline-block;} + #mode-toggle:checked ~ .boxBody {background: white; color: black;}
@@ -65,14 +57,8 @@