fix: 移动目录
This commit is contained in:
1
src/style/index.css
Normal file
1
src/style/index.css
Normal file
@@ -0,0 +1 @@
|
||||
@import "./reset.css";
|
||||
19
src/style/reset.css
Normal file
19
src/style/reset.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user