mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-22 01:42:47 +00:00
feat: react to user contrast preferences
This commit is contained in:
@@ -151,6 +151,10 @@
|
||||
padding-block-start: 0;
|
||||
|
||||
opacity: 0.4;
|
||||
|
||||
@media (prefers-contrast: more) {
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
|
||||
Reference in New Issue
Block a user