Reduce brightness

iOS seems to HDR-ify it and it's so annoyingly brighter
pull/465/head
Lim Chee Aun 2024-03-20 14:30:07 +08:00
rodzic 4a75d6f172
commit 15c113ecb1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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