diff options
-rw-r--r-- | res/style.css | 8 |
1 files 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 { |