diff options
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 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); } |