fix: 移动目录

This commit is contained in:
jackycheng
2024-12-26 16:14:44 +08:00
parent 09edc936b6
commit 91a97ffb93
56 changed files with 0 additions and 4 deletions

1
src/style/index.css Normal file
View File

@@ -0,0 +1 @@
@import "./reset.css";

19
src/style/reset.css Normal file
View File

@@ -0,0 +1,19 @@
html, body {
margin: 0;
padding: 0;
}
#root {
width: 100%;
height: 100vh;
min-height: 100vh;
max-height: 100vh;
}
[data-color-scheme="dark"] {
color-scheme: dark;
}
[data-color-scheme="light"] {
color-scheme: light;
}