This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
beatsaber-overlay/styles/overlay.module.css

17 lines
251 B
CSS
Raw Normal View History

2022-10-10 12:14:25 +00:00
.main {
2022-10-14 19:00:47 +00:00
font-family: "Teko", sans-serif !important;
2022-10-10 17:38:06 +00:00
color: white;
2022-10-10 12:14:25 +00:00
font-size: xx-large;
line-height: 1.4em !important;
}
.main p {
2022-10-14 19:00:47 +00:00
font-family: "Teko", sans-serif !important;
color: white;
letter-spacing: normal;
}
2022-10-10 12:14:25 +00:00
.loading {
color: black;
2022-10-14 19:00:47 +00:00
}