mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
11 lines
149 B
CSS
11 lines
149 B
CSS
@import "tailwindcss";
|
|
|
|
html,
|
|
body {
|
|
@apply bg-white dark:bg-gray-950;
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
color-scheme: dark;
|
|
}
|
|
}
|