Reduce brightness

iOS seems to HDR-ify it and it's so annoyingly brighter
This commit is contained in:
Lim Chee Aun 2024-03-20 14:30:07 +08:00
parent 4a75d6f172
commit 15c113ecb1

View file

@ -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);