diff options
author | Aaron Ball <nullspoon@oper.io> | 2024-10-22 20:41:31 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2024-10-22 20:50:19 -0600 |
commit | b4d3311e8cd25a5b0596b5e6a83f2d682b72f76b (patch) | |
tree | e86daef148f6db012fc6e5911ea461c737dbd5c1 /res | |
parent | d9c0b2d59e34b986ec34a67bc9f98964f1d6b36f (diff) | |
download | oper.io-b4d3311e8cd25a5b0596b5e6a83f2d682b72f76b.tar.gz oper.io-b4d3311e8cd25a5b0596b5e6a83f2d682b72f76b.tar.xz |
Improve visibility of H2 and H3
Diffstat (limited to 'res')
-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 { |