fix: fix some known problems

This commit is contained in:
vben
2024-06-30 22:58:57 +08:00
parent 692225cfff
commit 8252d116f1
6 changed files with 35 additions and 25 deletions

View File

@@ -21,11 +21,11 @@ html {
border-width: 0;
}
body.invert-mode {
html.invert-mode {
@apply invert;
}
body.grayscale-mode {
html.grayscale-mode {
@apply grayscale;
}