feat: react to user contrast preferences

This commit is contained in:
2024-03-16 13:09:21 +01:00
parent 5d4dbc7e2a
commit 4e4bff02a0
6 changed files with 44 additions and 8 deletions

View File

@@ -207,6 +207,10 @@
background: var(--md-sys-color-background);
}
@media (prefers-contrast: more) {
opacity: 0.8;
}
}
.search-row {