From b4d3311e8cd25a5b0596b5e6a83f2d682b72f76b Mon Sep 17 00:00:00 2001 From: Aaron Ball Date: Tue, 22 Oct 2024 20:41:31 -0600 Subject: Improve visibility of H2 and H3 --- res/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/res/style.css b/res/style.css index 6e7d3a4..efa9128 100644 --- a/res/style.css +++ b/res/style.css @@ -2,6 +2,7 @@ --normal-text: #eee; /*--notable-text: #107d8e;*/ --notable-text: #50bdce; + --notable-text-light: #a0eeff; --dim-text: #aaa; } html, @@ -47,12 +48,13 @@ h2, h3, h4, h5, h6 { h2 { color: var(--notable-text); - font-size:2.2em; + font-weight:100; + font-size:2.3em; } h3 { - color: var(--notable-text); - font-size:1.8em; + color: var(--notable-text-light); + font-size:1.3em; } h4 { -- cgit v1.2.3