fix: restore god mode specific colors in tailwind config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user