From 027ab8d9eb8b9a96ff4ec8da8a2f61e4a42dce75 Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Sun, 3 Aug 2025 14:03:35 +0200 Subject: [PATCH] [TASK] reset muted color to pico standard color --- static/serve/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/serve/style.css b/static/serve/style.css index a45458b..e692470 100644 --- a/static/serve/style.css +++ b/static/serve/style.css @@ -30,6 +30,10 @@ h1 { text-align: center; } +hgroup>:not(:first-child):last-child { + --pico-color: var(--pico-color); +} + h2 { --pico-typography-spacing-top: 4rem; }