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; }