peregrine/web/src
pyr0ball 5d8018ef40
Some checks failed
CI / Backend (Python) (push) Failing after 1m32s
CI / Frontend (Vue) (push) Failing after 25s
Mirror / mirror (push) Failing after 7s
Release / release (push) Failing after 6s
fix(theme): scope dark media override to auto mode only
peregrine.css used :root:not([data-theme="hacker"]) in the
prefers-color-scheme:dark block, causing --app-primary-light and
--app-accent-light to resolve to dark navy/brown in every explicit
light theme (light, solarized-light, colorblind) on dark-OS machines.

Changed to :root:not([data-theme]) to match theme.css's pattern,
so the media query only fires in auto mode. Explicit [data-theme="dark"]
block handles the dark-theme-on-light-OS case unchanged.

Also fixed incorrect fallback values in HintChip.vue (#0d1829 → #eaeff8)
and App.vue global toast (#2a3650/#eaeff8 → light-mode values).

Closes: dark elements in light themes on dark-OS machines
2026-05-05 14:22:59 -07:00
..
assets fix(theme): scope dark media override to auto mode only 2026-05-05 14:22:59 -07:00
components fix(theme): scope dark media override to auto mode only 2026-05-05 14:22:59 -07:00
composables fix(demo): smoke-test fixes — card reset, toast error type, apply hint, text contrast 2026-04-21 10:14:37 -07:00
router feat: add WizardTrainingStep opt-in consent step to onboarding 2026-05-03 01:11:06 -07:00
stores fix: wizard step numbering and loadDbPairs race on mount 2026-05-03 01:34:06 -07:00
views fix: wizard step numbering and loadDbPairs race on mount 2026-05-03 01:34:06 -07:00
App.vue fix(theme): scope dark media override to auto mode only 2026-05-05 14:22:59 -07:00
main.ts feat(web): merge Vue SPA from feature/vue-spa; add ClassicUIButton + useFeatureFlag 2026-03-22 18:46:11 -07:00
test-setup.ts feat(web): merge Vue SPA from feature/vue-spa; add ClassicUIButton + useFeatureFlag 2026-03-22 18:46:11 -07:00