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

42 lines
646 B
CSS

.attention {
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
}
body {
margin: 0;
padding: 0 5vw 0 5vw;
font-family: "DM Sans", sans-serif;
-webkit-font-smoothing: antialiased;
background: #12db9f;
background: linear-gradient(180deg,rgb(49, 49, 49) 99%, rgb(0, 61, 57) 100%);
color: white;
}
.column-display {
display: flex;
flex-direction: column;
text-align: center;
}
.break {
color: white;
opacity: 50%;
width: 75vw;
}
.emoji-line-center {
padding: 15px;
display: flex;
align-items: center;
font-size: 3vw;
}
.emoji {
width: 128px;
}