首次上传
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #0b0b12;
|
||||
color: #e8e8f0;
|
||||
font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
|
||||
}
|
||||
* { box-sizing: border-box; }
|
||||
#app { width: 100%; height: 100vh; }
|
||||
Reference in New Issue
Block a user