feat: Rediseño Premium SIBU NEXUS ELITE - Sidebar y Tipografía Space Grotesk

This commit is contained in:
2026-02-22 10:33:29 -05:00
parent a111827d1f
commit 9e57b9b85b
2 changed files with 268 additions and 429 deletions

View File

@ -67,21 +67,21 @@ html.dark {
/* LIGHT THEME */
html.light-theme {
--bg-primary: #f8fafc;
--bg-primary: #f0f4f8;
--bg-secondary: #ffffff;
--text-primary: #0f172a;
--text-secondary: #64748b;
--border-color: rgba(15, 23, 42, 0.08);
--header-bg: rgba(255, 255, 255, 0.8);
--text-secondary: #475569;
--border-color: rgba(15, 23, 42, 0.1);
--header-bg: rgba(255, 255, 255, 0.85);
--header-text: #0f172a;
--card-bg: rgba(255, 255, 255, 0.9);
--hover-bg: rgba(15, 23, 42, 0.04);
--glass-bg: rgba(255, 255, 255, 0.7);
--glass-border: rgba(15, 23, 42, 0.1);
--shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
--active-bg: rgba(15, 23, 42, 0.05);
--active-color: #101820;
--accent-color: #101820;
--card-bg: rgba(255, 255, 255, 0.95);
--hover-bg: rgba(37, 99, 235, 0.05); /* Soft Blue hover */
--glass-bg: rgba(255, 255, 255, 0.8);
--glass-border: rgba(37, 99, 235, 0.1);
--shadow: 0 15px 40px rgba(15, 23, 42, 0.1);
--active-bg: rgba(37, 99, 235, 0.1);
--active-color: #2563eb; /* Premium Nexus Blue */
--accent-color: #2563eb;
}
html,