Files
shomal-hospital-ticketing-f…/app/globals.css
2026-05-23 13:22:10 +03:30

28 lines
559 B
CSS

@import "tailwindcss";
:root {
--background: #ffffff;
--foreground: #171717;
}
/* @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) {
:root {
--background: #0a0a0a;
--foreground: #ededed;
}
} */
body {
background:linear-gradient(135deg,#1e3c72 0%, #2a5298 40%, #4facfe 100%);
color: var(--foreground);
font-family: var(--font-vazir);
scroll-behavior: smooth;
}