From e1087f0f3a19f0d65ed8cd724866e050b99cc6bb Mon Sep 17 00:00:00 2001 From: mcnesium Date: Wed, 20 Mar 2024 12:50:27 +0100 Subject: [PATCH] remove body colors in favor of basic light/dark mode --- share/static/style.css | 4 ---- share/templates/index.html | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/share/static/style.css b/share/static/style.css index 7f4b6ab..23c2198 100644 --- a/share/static/style.css +++ b/share/static/style.css @@ -1,7 +1,3 @@ -body { - background: black; - color: #bbbbbb; -} pre { /* font-family: source_code_proregular; */ diff --git a/share/templates/index.html b/share/templates/index.html index 261feeb..a800b15 100644 --- a/share/templates/index.html +++ b/share/templates/index.html @@ -1,5 +1,6 @@ +