From 60a3b2c7e62002a25a07325783569ff69a96f4b7 Mon Sep 17 00:00:00 2001 From: nate smith Date: Wed, 17 Jul 2024 11:09:58 -0500 Subject: [PATCH] switch to light by default --- templates/index.tmpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/index.tmpl b/templates/index.tmpl index 374a9ad..951199e 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -13,13 +13,13 @@ body { font-family: "cutive", monospace; font-size:125%; - background-color: black; - color: white; - background-image: url("/bg_dark.gif"); + background-color: white; + color: black; + background-image: url("/bg_light.gif"); } .main { - background-color: black; + background-color: white; border: 1px solid grey; padding: 5px } @@ -31,12 +31,12 @@ body { } h1 { - background-color: black; + background-color: white; } a { - color: white; + color: black; } .controls { @@ -46,7 +46,7 @@ a { } .controls form { - background-color: black; + background-color: white; } .rainbow {