mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-21 01:12:59 +00:00
feat: react to user contrast preferences
This commit is contained in:
@@ -207,6 +207,10 @@
|
||||
|
||||
background: var(--md-sys-color-background);
|
||||
}
|
||||
|
||||
@media (prefers-contrast: more) {
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
.search-row {
|
||||
|
||||
Reference in New Issue
Block a user