bug fixes

This commit is contained in:
johnwang16
2024-10-18 23:11:14 -04:00
parent aa1a18015d
commit 13a2e5ba26
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
@media (prefers-dark-scheme: dark) {
@media (prefers-color-scheme: dark) {
.fc-sat {
background-color: #444D56; }