mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Reduce brightness
iOS seems to HDR-ify it and it's so annoyingly brighter
This commit is contained in:
parent
4a75d6f172
commit
15c113ecb1
1 changed files with 1 additions and 1 deletions
|
@ -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