03.09.01 — mod_custom hero override, palette starter files, updated descriptions #84

Merged
jmiller-moko merged 17 commits from dev/03.09.01 into main 2026-03-24 21:48:07 +00:00
2 changed files with 2 additions and 5 deletions
Showing only changes of commit 63c88ede64 - Show all commits

View File

@@ -22,15 +22,12 @@
box-sizing: border-box;
}
/* Smooth scroll and colour transitions; gated so reduced-motion users are unaffected. */
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
/* Smooth colour transition when the data-bs-theme attribute changes between light and dark.
Scoped to no-preference so users who opt out of motion also skip colour flashes. */
@media (prefers-reduced-motion: no-preference) {
:root,
body,
.container-wrapper,

File diff suppressed because one or more lines are too long