Add selected button indicator

This commit is contained in:
kaBeech
2023-03-18 15:54:21 -07:00
parent 39f69b76d4
commit fdf974f036
2 changed files with 105 additions and 60 deletions

View File

@@ -70,6 +70,11 @@ button {
color: rgb(0, 188, 138);
}
.selected {
background-color: #d4d4d4;
color: #1e1e1e;
}
.serious {
font-family: "Serious Sans";
}