minor fixes, code cleanup, accesibility features

This commit is contained in:
NoobishSVK
2024-02-16 00:26:40 +01:00
parent 5f45a069df
commit a2c73c396b
12 changed files with 108 additions and 80 deletions
+8
View File
@@ -117,10 +117,18 @@
font-size: 11px;
}
.text-light {
font-weight: 300;
}
.text-bold {
font-weight: bold;
}
.text-monospace {
font-family: "Roboto Mono", monospace;
}
.text-gray {
color: #666;
}