mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +00:00
adjusted remix example
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
html,
|
||||
body {
|
||||
@apply bg-white dark:bg-gray-950;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
color-scheme: dark;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user