fix: fix a series of known problems,fixed #54

This commit is contained in:
vince
2024-07-18 21:59:18 +08:00
parent 01e95e029f
commit 276ef2ebc3
36 changed files with 314 additions and 293 deletions

View File

@@ -23,14 +23,14 @@
scroll-behavior: smooth;
text-rendering: optimizelegibility;
-webkit-tap-highlight-color: transparent;
}
html.invert-mode {
@apply invert;
}
&.invert-mode {
@apply invert;
}
html.grayscale-mode {
@apply grayscale;
&.grayscale-mode {
@apply grayscale;
}
}
#app,
@@ -41,7 +41,8 @@
body {
min-height: 100vh;
overflow: overlay;
/* overflow: overlay; */
-webkit-font-smoothing: antialiased;
}