14 lines
No EOL
288 B
CSS
14 lines
No EOL
288 B
CSS
html, body {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
min-height: 100dvh;
|
|
background-color: var(hsl(--background));
|
|
font-family: "Noto Sans KR", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
} |