fix: restore god mode specific colors in tailwind config

This commit is contained in:
cawcenter
2025-12-15 13:37:01 -05:00
parent 7748f9d83b
commit d4df588067

View File

@@ -10,6 +10,12 @@ export default {
// === THE TITANIUM PRO SYSTEM === // === THE TITANIUM PRO SYSTEM ===
// The Void (Base Layer - Pure Black) // The Void (Base Layer - Pure Black)
void: '#000000', void: '#000000',
// God Mode Specific
'god-dark': '#111827',
'god-card': '#1f2937',
'god-border': '#374151',
'god-gold': '#fbbf24',
// Surface Staircase (Hard-Edge Layers) // Surface Staircase (Hard-Edge Layers)
titanium: '#121212', // Level 1: Main panels titanium: '#121212', // Level 1: Main panels