diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-20 18:50:15 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-20 18:50:15 +0100 |
commit | 0911a3a07973e585f6cf962c4c1af3d0530ca1bf (patch) | |
tree | fcded3656dd8c8a3bdef5301fe3dfa32c63d20e5 /web | |
parent | 442a4a97da35855d5970cefee80ea06d1ad76bdd (diff) | |
download | jellything-0911a3a07973e585f6cf962c4c1af3d0530ca1bf.tar jellything-0911a3a07973e585f6cf962c4c1af3d0530ca1bf.tar.bz2 jellything-0911a3a07973e585f6cf962c4c1af3d0530ca1bf.tar.zst |
link to source, refactor css
Diffstat (limited to 'web')
-rw-r--r-- | web/style/layout.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index 29c179d..09251d8 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -32,7 +32,6 @@ } * { - color: var(--font); scrollbar-width: thin; scrollbar-color: var(--background-light) #0000; } @@ -48,9 +47,14 @@ body { padding: 0px; } +h1, h2, h3, h4 { + color: var(--font-highlight); +} h1 { font-weight: bold; - color: var(--font-highlight); +} +p, span, a, td, th, label, input { + color: var(--font); } code { @@ -91,9 +95,9 @@ footer { padding: 0.1em; text-align: center; } -footer p { +footer p, footer p a { color: var(--font-dark); - font-size: 0.8em; + font-size: 0.8rem; } summary h3 { |