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

@@ -151,6 +151,10 @@
padding-block-start: 0;
opacity: 0.4;
@media (prefers-contrast: more) {
opacity: 0.8;
}
}
ul {