ruikurenaii_performium/styles.css
Louie Soulen Kurenai 9f9820a9a4 test commit from vsc
2025-05-08 21:35:47 +08:00

24 lines
359 B
CSS

.main-window-class {
text-align: center;
}
.main-window-header {
font-size: 1.2em;
font-weight: bold;
}
.main-window-value {
font-size: 2em;
font-weight: bold;
}
.main-window-time {
font-size: 1em;
color: var(--text-muted);
}
.muted-text-style {
/* font-size: var(--font-ui-smaller); */
color: var(--text-muted);
font-weight: bold;
}