diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-20 20:49:27 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-20 20:49:27 +0100 |
commit | c8bbfb63a32cedbad22fcd364141a07208ce12bc (patch) | |
tree | 25daddd532c8caddb2dc0010e1993bdda54c0ca7 /web | |
parent | 536318cd729785a21f24e988a69ba2ce5ab0f070 (diff) | |
download | jellything-c8bbfb63a32cedbad22fcd364141a07208ce12bc.tar jellything-c8bbfb63a32cedbad22fcd364141a07208ce12bc.tar.bz2 jellything-c8bbfb63a32cedbad22fcd364141a07208ce12bc.tar.zst |
fix black theme and import erorr reporting
Diffstat (limited to 'web')
-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 9c98731..1dfbff2 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 { +p, span, a, td, th, label, input, legend, pre { color: var(--font); } |