You've already forked AstralRinth
forked from didirus/AstralRinth
Vue init (#47)
This commit is contained in:
15
theseus_gui/src/style.css
Normal file
15
theseus_gui/src/style.css
Normal file
@@ -0,0 +1,15 @@
|
||||
:root {
|
||||
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
font-weight: 400;
|
||||
|
||||
color: #0f0f0f;
|
||||
background-color: #f6f6f6;
|
||||
|
||||
font-synthesis: none;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user