
File name
Commit message
Commit date
2023-07-26
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "GmarketSansMedium";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
format("woff");
}
html {
width: 100%;
height: 100%;
font-size: 10px;
overflow-anchor: none;
}
body {
width: 100%;
height: 100%;
color: #333333;
overflow-anchor: none;
}
ul,
ol,
li {
list-style: none;
}
a {
text-decoration: none;
color: #ffffff;
}
em{font-style: normal;}
#root{height: 100%;}
#root > div {height: 100%;}