high contrast when preferred

This commit is contained in:
2025-09-23 11:40:54 -07:00
parent ed61cf0df8
commit 5ca9279b78
2 changed files with 6 additions and 1 deletions

View File

@@ -124,6 +124,12 @@ audio {
margin-left: 8px;
}
@media (prefers-contrast: more) {
.subtitle {
color: light-dark(black, whitesmoke);
}
}
.relative {
position: relative;
}