mirror of
https://github.com/smittix/intercept.git
synced 2026-06-13 16:23:34 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user