feat: Implement dark mode styling across UI components and update README with roadmap and system requirements.

This commit is contained in:
2026-03-02 11:29:55 -03:00
parent 8c6cba6d2e
commit 81e1830563
15 changed files with 555 additions and 374 deletions
+5 -1
View File
@@ -11,7 +11,7 @@
--accent-secondary: #6366f1;
--glass-bg: rgba(255, 255, 255, 0.8);
--glass-border: rgba(0, 0, 0, 0.1);
--glass-border: rgba(0, 0, 0, 0.15);
--glass-blur: blur(16px);
}
@@ -47,6 +47,10 @@ body {
@apply glass rounded-2xl p-4 md:p-6;
}
.nav-link-standard {
@apply text-xs font-bold uppercase tracking-widest transition-colors flex items-center gap-2;
}
.btn-premium {
@apply relative px-6 py-2.5 rounded-xl font-bold transition-all duration-300;
background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));