swap to jade theme, fix missing anchor tags
This commit is contained in:
@@ -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"]) {
|
||||
|
||||
Reference in New Issue
Block a user