🐛 fix dark mode issue

This commit is contained in:
landaiqing
2024-08-20 23:28:46 +08:00
parent 498807ca66
commit 7683fffb34
36 changed files with 1249 additions and 237 deletions

View File

@@ -1,4 +1,3 @@
html,
body {
height: 100%;
@@ -18,7 +17,7 @@ html {
body {
position: relative;
background: transparent;
background: transparent !important;
padding: 0;
margin: 0;
}