first commit

This commit is contained in:
2026-05-23 13:22:10 +03:30
parent 5f9ee72174
commit 6591a52f27
52 changed files with 3937 additions and 133 deletions

View File

@@ -5,22 +5,23 @@
--foreground: #171717;
}
@theme inline {
/* @theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--font-sans: var(--font-geist-sans);
--font-mono: var(--font-geist-mono);
}
} */
@media (prefers-color-scheme: dark) {
/* @media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--foreground: #ededed;
}
}
} */
body {
background: var(--background);
background:linear-gradient(135deg,#1e3c72 0%, #2a5298 40%, #4facfe 100%);
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
font-family: var(--font-vazir);
scroll-behavior: smooth;
}