diff options
| author | 2026-01-14 19:24:29 +0800 | |
|---|---|---|
| committer | 2026-01-14 19:24:29 +0800 | |
| commit | 8e68ed3ae6fe153418600692d4027a996a1ec089 (patch) | |
| tree | 6dc1f204bd601325020c3b4e4c5fbcaa2bb144c0 /ui/src/app.css | |
| parent | e90ebb9ff19abbee7ad4a282c270e56769310cb7 (diff) | |
| download | DropOut-8e68ed3ae6fe153418600692d4027a996a1ec089.tar.gz DropOut-8e68ed3ae6fe153418600692d4027a996a1ec089.zip | |
feat: enforce dark mode by always applying 'dark' class and attribute
Diffstat (limited to 'ui/src/app.css')
| -rw-r--r-- | ui/src/app.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/src/app.css b/ui/src/app.css index f1d8c73..2ea9a8c 100644 --- a/ui/src/app.css +++ b/ui/src/app.css @@ -1 +1,3 @@ @import "tailwindcss"; + +@variant dark (&:where(.dark, .dark *)); |