flix css class to light as per comment

This commit is contained in:
James McGauran 2023-11-09 18:27:45 +00:00
parent 8014d84b3d
commit 9082630cc2
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
} }
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
.spinner-button > span { .light .spinner-button > span {
color: black; color: black;
} }
} }

View File

@ -11,7 +11,7 @@
} }
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
.profile-card > div { .light .profile-card > div {
color: black; color: black;
} }
} }