This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2020-12-26 07:42:48 +01:00

20 lines
310 B
CSS

html {
font-family: Roboto, sans-serif;
background-color: #111111;
color: White;
}
.beatmapset, .beatmap {
border: 1px solid white;
}
.beatmap {
margin: 5px 0;
padding: 10px;
}
a:link, a:hover, a:active, a:visited {
color: HotPink;
text-decoration: inherit;
}
.small-background {
max-height: 100px;
}