mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-09 01:26:24 +01: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) {
|
:is(button, .button):not(:disabled, .disabled):is(:hover, :focus) {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
filter: brightness(1.2);
|
filter: brightness(1.05);
|
||||||
}
|
}
|
||||||
:is(button, .button):not(:disabled, .disabled):active {
|
:is(button, .button):not(:disabled, .disabled):active {
|
||||||
filter: brightness(0.8);
|
filter: brightness(0.8);
|
||||||
|
|
Loading…
Reference in a new issue