fix: dark scheme for native GUI

This commit is contained in:
daidr 2023-04-14 00:37:10 +08:00
parent 63756f659c
commit 27eb23c9d0
No known key found for this signature in database
GPG Key ID: 5003CFBB53B5176F
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
border-color: var(--border-color);
}
html.dark {
color-scheme: dark;
}
body {
@apply break-words bg-white;
}