aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-02-21 12:33:35 +0100
committermetamuffin <metamuffin@disroot.org>2025-02-21 12:33:35 +0100
commitac8d7f433e72bc3d76d2d55b6d0b53a799250afa (patch)
tree3fc6a30c116039f71274dda620ff425fcb161cf2 /web
parentd39be66e5e89b31e3b53ed522c13555676e1ffd4 (diff)
downloadjellything-ac8d7f433e72bc3d76d2d55b6d0b53a799250afa.tar
jellything-ac8d7f433e72bc3d76d2d55b6d0b53a799250afa.tar.bz2
jellything-ac8d7f433e72bc3d76d2d55b6d0b53a799250afa.tar.zst
fix css summary color
Diffstat (limited to 'web')
-rw-r--r--web/style/layout.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/style/layout.css b/web/style/layout.css
index 1dfbff2..a86f76d 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 {
+p, span, a, td, th, label, input, legend, pre, summary {
color: var(--font);
}