fix swagger
This commit is contained in:
30
Frontend/src/style.css
Normal file
30
Frontend/src/style.css
Normal file
@@ -0,0 +1,30 @@
|
||||
:root {
|
||||
font-family: 'Roboto Mono', 'Noto Sans SC', 'Microsoft YaHei', system-ui,
|
||||
-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||
line-height: 1.6;
|
||||
font-weight: 400;
|
||||
color: #0f172a;
|
||||
background-color: #0b1120;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
background-color: #0b1120;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#app {
|
||||
min-height: 100vh;
|
||||
}
|
||||
Reference in New Issue
Block a user