first-version (#11)

#8 switch to green theme, fix anchor tags not having correct version

Co-authored-by: Michael DiLeo <michael.dileo@oakstreethealth.com>
Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
2025-08-14 14:14:01 +00:00
parent 38c707885a
commit e1a8d089a9
2 changed files with 27 additions and 11 deletions

View File

@@ -188,7 +188,7 @@
}
}
/* Make headers use primary green color - only for light theme and default */
/* Make headers use primary green color for both themes */
:root:not([data-theme="dark"]) {
--pico-h1-color: var(--pico-primary);
--pico-h2-color: var(--pico-primary);
@@ -198,6 +198,16 @@
--pico-h6-color: var(--pico-primary);
}
/* Make headers use primary color in dark theme too */
[data-theme="dark"] {
--pico-h1-color: var(--pico-primary);
--pico-h2-color: var(--pico-primary);
--pico-h3-color: var(--pico-primary);
--pico-h4-color: var(--pico-primary);
--pico-h5-color: var(--pico-primary);
--pico-h6-color: var(--pico-primary);
}
/* Custom header colors for green theme - light mode */
/* [data-theme="light"],
:root:not([data-theme="dark"]) {