fix high contrast when preferred

This commit is contained in:
2025-09-23 11:42:33 -07:00
parent 5ca9279b78
commit c261f1f0b3

View File

@@ -126,7 +126,7 @@ audio {
@media (prefers-contrast: more) { @media (prefers-contrast: more) {
.subtitle { .subtitle {
color: light-dark(black, whitesmoke); color: light-dark(whitesmoke, black);
} }
} }