feat: Implement dark mode styling across UI components and update README with roadmap and system requirements.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user