primary color changed

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-12-09 18:11:25 +05:00
parent d636a92dee
commit 45fbeaf77d
11 changed files with 43 additions and 27 deletions

View File

@@ -3,6 +3,7 @@
:root {
--background: #ffffff;
--foreground: #171717;
--primary:#468965;
}
@theme inline {
@@ -10,6 +11,7 @@
--color-foreground: var(--foreground);
--font-sans: var(--font-geist-sans);
--font-mono: var(--font-geist-mono);
--color-primary:var(--primary)
}
@media (prefers-color-scheme: dark) {