From 9cce15b692d175ccdb3f7d74ba4614b0602b5ab7 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Fri, 28 Jan 2022 16:37:14 -0500 Subject: [PATCH] h1, h2, etc theme color tweak --- www/fsftheme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/fsftheme.css b/www/fsftheme.css index 69dce67..73e240d 100644 --- a/www/fsftheme.css +++ b/www/fsftheme.css @@ -159,7 +159,7 @@ h1, h2, h3, h4, h5, h6 { letter-spacing: -1px; font-family: arial,verdana,sans-serif; margin: 1.2em 0 .3em; - color: #000; + color: #444; border-bottom: 1px solid #eee; padding-bottom: .1em; } -- 2.25.1