frontend 2026-06-10 bontva a 2 felület

This commit is contained in:
Roo
2026-06-10 08:06:07 +00:00
parent b84b1bab41
commit 90e3173fbc
59 changed files with 8616 additions and 1412 deletions

View File

@@ -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'],