Portfolio/Websites/jefes-nextjs/app/globals.css
2023-11-01 22:53:34 -07:00

15 lines
192 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--foreground-rgb: 0, 0, 0;
}
@media (prefers-color-scheme: dark) {
:root {
--foreground-rgb: 255, 255, 255;
}
}