From: Andrew Engelbrecht Date: Fri, 28 Jan 2022 21:37:14 +0000 (-0500) Subject: h1, h2, etc theme color tweak X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9cce15b692d175ccdb3f7d74ba4614b0602b5ab7;p=fsfdrupalauth.git h1, h2, etc theme color tweak --- 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; }