diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-20 19:31:11 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-20 19:31:11 +0100 |
commit | 536318cd729785a21f24e988a69ba2ce5ab0f070 (patch) | |
tree | 2cd67985628500e5e6eb304c9c465c302a1d36de /web/style/layout.css | |
parent | 0911a3a07973e585f6cf962c4c1af3d0530ca1bf (diff) | |
download | jellything-536318cd729785a21f24e988a69ba2ce5ab0f070.tar jellything-536318cd729785a21f24e988a69ba2ce5ab0f070.tar.bz2 jellything-536318cd729785a21f24e988a69ba2ce5ab0f070.tar.zst |
Black theme
Diffstat (limited to 'web/style/layout.css')
-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 09251d8..9c98731 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 { +p, span, a, td, th, label, input, legend { color: var(--font); } |