Files
yatm/frontend/src/index.css
Samuel N Cui f87ec06af6 feat: useable
2022-12-12 22:48:28 +08:00

42 lines
654 B
CSS

:root {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
body {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
background-color: #ffffff;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
}
#root {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
text-align: center;
}
/*
:root {
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
} */