| @@ -1,8 +1,12 @@ | ||
| 1 | 1 | @import "tailwindcss" source(none) important; |
| 2 | 2 | @import "../tailwind.css" source(none); |
| 3 | 3 | @source "."; |
| 4 | 4 | |
| 5 | +:root { | |
| 6 | + color-scheme: only light; | |
| 7 | +} | |
| 8 | + | |
| 5 | 9 | /* no-prefix */ |
| 6 | 10 | .extendify-library.extendify-library-modal { |
| 7 | 11 | @apply fixed! inset-0! z-high! overflow-y-auto!; |
| 8 | 12 | } |