fix: use html[data-ui-tier] selector to beat index.css :root specificity; add body tier rules to index.css

This commit is contained in:
James Smith
2026-05-19 22:49:40 +01:00
parent 5b4b99707a
commit 076d17da18
2 changed files with 34 additions and 2 deletions
+2 -2
View File
@@ -269,7 +269,7 @@
/* ============================================
LEAN TIER — flat dark, no GPU effects
============================================ */
[data-ui-tier="lean"] {
html[data-ui-tier="lean"] {
--bg-primary: #111111;
--bg-secondary: #181818;
--bg-tertiary: #1f1f1f;
@@ -304,7 +304,7 @@
/* ============================================
ENHANCED TIER — amber military console
============================================ */
[data-ui-tier="enhanced"] {
html[data-ui-tier="enhanced"] {
--bg-primary: #080600;
--bg-secondary: #0c0a04;
--bg-tertiary: #100d06;