fix(player): captcha canvas colors follow theme CSS variables (theme-2)

This commit is contained in:
2026-06-23 14:33:40 +08:00
parent dcce14cf74
commit a8b7d5763f
2 changed files with 28 additions and 4 deletions

View File

@@ -33,6 +33,9 @@
--odds-accent: #F8971F;
--odds-accent-light: #FBBF24;
--odds-accent-soft: rgba(248, 151, 31, 0.1);
--captcha-canvas-bg: #E8EDF2;
--captcha-char: #003D6B;
--captcha-noise-rgb: 0, 61, 107;
}
/* ── Global resets ── */