Files
hatsune-2025-stats/res/style-mobile.css
2026-01-01 21:27:58 -05:00

14 lines
210 B
CSS

body {
margin: 0;
padding: 0 5vw 0 5vw;
font-family: "DM Sans", sans-serif;
-webkit-font-smoothing: antialiased;
color: white;
background-color: #323232;
}
a {
color: white;
}