diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-03 18:15:47 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-03 18:15:47 +0100 |
commit | bf84be508aa415b45a51fc0fe007a0879f7bfab7 (patch) | |
tree | 6a98c9a534dbb5eed899d0f9ff6f6499dddfd0db /web/style | |
parent | 26d3a70b0be2809177076e155f987e18e2b2ceb2 (diff) | |
download | jellything-bf84be508aa415b45a51fc0fe007a0879f7bfab7.tar jellything-bf84be508aa415b45a51fc0fe007a0879f7bfab7.tar.bz2 jellything-bf84be508aa415b45a51fc0fe007a0879f7bfab7.tar.zst |
nodepage in player and tags
Diffstat (limited to 'web/style')
-rw-r--r-- | web/style/layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index a86f76d..a14c86e 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -53,7 +53,7 @@ h1, h2, h3, h4 { h1 { font-weight: bold; } -p, span, a, td, th, label, input, legend, pre, summary { +p, span, a, td, th, label, input, legend, pre, summary, li { color: var(--font); } |