wip: 临时提交
This commit is contained in:
17
src/styles/index.scss
Normal file
17
src/styles/index.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
@import "./theme";
|
||||
|
||||
html,
|
||||
body,
|
||||
#app {
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 8px;
|
||||
}
|
||||
|
||||
html.dark {
|
||||
background: #121212;
|
||||
}
|
||||
Reference in New Issue
Block a user