summary history branches tags files
commit:3ca4a52712564adb35aa070375cad0f310f45043
author:Trevor Bentley
committer:Trevor Bentley
date:Sun Jan 15 18:40:29 2023 +0100
parents:df81cd317971dae5cca95778f3405876afa6fac1
fix accidental color breakage in light theme
diff --git a/templates/default_light/style.css b/templates/default_light/style.css
line changes: +0/-3
index 9f9ca06..716a574
--- a/templates/default_light/style.css
+++ b/templates/default_light/style.css
@@ -25,9 +25,6 @@ body {
     background-color: var(--nearwhite);
     color: var(--nearblack);
 }
-div {
-    color: var(--nearblack);
-}
 div.banner {
     width: 95%;
     max-width: 100rem;