Client - display records on Calendar

This commit is contained in:
Sam
2021-09-08 18:35:32 +02:00
parent 07f192c12e
commit 262f01a055
5 changed files with 44 additions and 1 deletions

View File

@ -85,4 +85,8 @@ button {
.upper {
text-transform: uppercase;
}
.fa-trophy {
color: var(--workout-trophy-color)
}

View File

@ -31,4 +31,5 @@
--disabled-background-color: #e0e0e0;
--disabled-color: #a3a3a3;
--workout-trophy-color: #daa520;
}