Files
WEBSITE_hugulumu/styles/style.css
2023-11-17 07:24:03 +01:00

15 lines
127 B
CSS

html {
font-size: 62.5%;
}
body {
/*
*/
overflow-x: hidden;
}
script, style {
display: none;
}
pre {
margin: 10px 0px;
}