refactor(css): theme-overrides-Layer wrappen (37 theme-scoped Komponenten-Regeln nach components)

This commit is contained in:
2026-06-13 19:10:45 +02:00
parent 0ed3a8fe64
commit 2b6b2c06c2
+2
View File
@@ -375,6 +375,7 @@
greifen, sonst verlieren Board-Blur, Cinzel-Logos und Hover-Tints. greifen, sonst verlieren Board-Blur, Cinzel-Logos und Hover-Tints.
============================================ */ ============================================ */
@layer theme-overrides {
[data-theme="nebula"] .board { border-color: rgba(214,92,255,0.10); } [data-theme="nebula"] .board { border-color: rgba(214,92,255,0.10); }
[data-theme="nebula"] .bm-item:hover { background: rgba(214,92,255,0.05); } [data-theme="nebula"] .bm-item:hover { background: rgba(214,92,255,0.05); }
[data-theme="crescent"] .logo { font-family: 'Cinzel', serif; letter-spacing: 4px; } [data-theme="crescent"] .logo { font-family: 'Cinzel', serif; letter-spacing: 4px; }
@@ -430,6 +431,7 @@
[data-theme="hellion-stealth"] .board-title { text-transform: uppercase; font-size: 0.85rem; letter-spacing: 2px; } [data-theme="hellion-stealth"] .board-title { text-transform: uppercase; font-size: 0.85rem; letter-spacing: 2px; }
[data-theme="hellion-stealth"] .board { border-color: rgba(94, 194, 255, 0.15); backdrop-filter: blur(10px); } [data-theme="hellion-stealth"] .board { border-color: rgba(94, 194, 255, 0.15); backdrop-filter: blur(10px); }
[data-theme="hellion-stealth"] .bm-item:hover { background: rgba(94, 194, 255, 0.10); border-left: 2px solid var(--accent); } [data-theme="hellion-stealth"] .bm-item:hover { background: rgba(94, 194, 255, 0.10); border-left: 2px solid var(--accent); }
}
/* ============================================ /* ============================================
BASE STYLES BASE STYLES