Reduce brightness
iOS seems to HDR-ify it and it's so annoyingly brighter
This commit is contained in:
parent
4a75d6f172
commit
15c113ecb1
|
@ -227,7 +227,7 @@ button[hidden] {
|
|||
}
|
||||
:is(button, .button):not(:disabled, .disabled):is(:hover, :focus) {
|
||||
cursor: pointer;
|
||||
filter: brightness(1.2);
|
||||
filter: brightness(1.05);
|
||||
}
|
||||
:is(button, .button):not(:disabled, .disabled):active {
|
||||
filter: brightness(0.8);
|
||||
|
|
Loading…
Reference in a new issue