From 8d07f0c7ae5b44f7f81f94b365b30ecc9e509f48 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Mon, 14 Aug 2023 04:11:55 -0700 Subject: [PATCH] Add dark scheme for headings --- sys/geekigeeki.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sys/geekigeeki.css b/sys/geekigeeki.css index 75115dd..b8410af 100644 --- a/sys/geekigeeki.css +++ b/sys/geekigeeki.css @@ -428,6 +428,16 @@ div .innerthumb { a.login { color: #bb6666; } a.heading { text-decoration: none; color: #666666; font-size: smaller; } + h1 { + color: #88bbff; + border: #77aadd; + background-color: #2a2a2a; + } + h2 { color: #44dd66; } + h3 { color: #88aacc; } + h4 { color: #8899bb; } + h5 { color: #6666cc; } + div.nav { border-color: #606060; background-color: #303030; -- 2.25.1