mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-10 18:06:46 -06:00
23 lines
412 B
CSS
23 lines
412 B
CSS
@import "tailwindcss";
|
|
|
|
:root {
|
|
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
font-weight: 400;
|
|
|
|
color: #e0def4;
|
|
background-color: #232136;
|
|
|
|
font-synthesis: none;
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
|
|
#app {
|
|
height: 100vh;
|
|
text-align: center;
|
|
}
|