frontend 2026-06-10 bontva a 2 felület
This commit is contained in:
@@ -21,7 +21,13 @@ export default {
|
||||
'sf-dark-lighter': '#0a2a40',
|
||||
'sf-dark-card': 'rgba(255,255,255,0.04)',
|
||||
'sf-dark-border': 'rgba(255,255,255,0.10)',
|
||||
'sf-dark-glass': 'rgba(255,255,255,0.05)'
|
||||
'sf-dark-glass': 'rgba(255,255,255,0.05)',
|
||||
// ── Dynamic theme (White-labeling) ──────────────────────────
|
||||
// These reference CSS custom properties set by the theme store.
|
||||
// Fallback values are used when no custom theme is active.
|
||||
'theme-primary': 'var(--theme-primary, #10b981)',
|
||||
'theme-secondary': 'var(--theme-secondary, #047857)',
|
||||
'theme-bg': 'var(--theme-bg, #0f172a)',
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['Inter', 'system-ui', 'sans-serif'],
|
||||
|
||||
Reference in New Issue
Block a user