Changed web color

This commit is contained in:
2026-03-23 19:04:05 +01:00
parent 635aa4dfc7
commit 2bb5b50ded
4 changed files with 6 additions and 13 deletions

View File

@@ -15,7 +15,7 @@
--color-text: #111827;
--color-text-muted: #6b7280;
--color-border: #e5e7eb;
--color-accent: #a855f7;
--color-accent: #555555;
}
html[data-theme="dark"] {
@@ -25,7 +25,7 @@ html[data-theme="dark"] {
--color-text: #f9fafb;
--color-text-muted: #9ca3af;
--color-border: #27272a;
--color-accent: #c084fc;
--color-accent: #555555;
}
/* Base Styles */