From 57f55109e721cee05f936137fb26d06083333411 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 15 Aug 2025 12:03:21 -0700 Subject: [PATCH] Update colors on style sheet. --- static/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 92b7c63..36145e5 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,6 @@ body { font-family: sans-serif ; - background: #333 ; + background: #222 ; color: #ccc ; } @@ -23,7 +23,11 @@ footer { } a { - color: #cc6 + color: #cc6 ; +} + +h1,h2,h3,h4,h5,h6,b,strong { + color: #888 ; } /* For TAGLIST.HTML */