fix: align MysterySelector buttons with site-wide design language
All checks were successful
CI / update (push) Successful in 3m50s

Replace hardcoded Nord values and manual dark/light overrides with
semantic CSS variables (--color-surface, --color-primary, --shadow-sm,
--radius-card, etc.). Use scale:1.02 hover pattern and remove all
@media(prefers-color-scheme) and :global(:root[data-theme]) blocks.
This commit is contained in:
2026-04-09 22:08:11 +02:00
parent b5cbc3f74b
commit 68349fbf46
2 changed files with 24 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.22.0",
"version": "1.22.1",
"private": true,
"type": "module",
"scripts": {