Files
parsshop/app/globals.css
haniyeroozmand 8b733c817c first commit
2026-03-21 18:58:07 +03:30

22 lines
370 B
CSS

@import "tailwindcss";
:root {
/* --background: #ffffff; */
/* --foreground: #171717; */
direction: rtl;
}
@media (prefers-color-scheme: dark) {
:root {
/* --background: #0a0a0a; */
--foreground: #ededed;
}
}
body {
/* background: var(--background); */
color: var(--foreground);
font-family: var(--font-site), Arial, Helvetica, sans-serif;
}