From cb7121bd96356336b3672ae124bb98473aabf93d Mon Sep 17 00:00:00 2001 From: Ian Wold <1645320+IanWold@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:12:47 +0000 Subject: [PATCH] Use gainsboro as default --- Static/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Static/site.css b/Static/site.css index 15ff097..b1e8f1e 100644 --- a/Static/site.css +++ b/Static/site.css @@ -46,7 +46,7 @@ a { #dark-mode-toggle { border: 0; background-color: transparent; - color: whitesmoke; + color: gainsboro; position: fixed; top: 24px;