mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Stop using brightness
This commit is contained in:
parent
66e32fa03f
commit
03be8b4dd6
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ button,
|
|||
:is(button, .button).plain2 {
|
||||
background-color: transparent;
|
||||
color: var(--link-color);
|
||||
backdrop-filter: blur(12px) invert(0.25) brightness(1.5);
|
||||
backdrop-filter: blur(12px) invert(0.25);
|
||||
}
|
||||
:is(button, .button).plain3 {
|
||||
background-color: transparent;
|
||||
|
|
Loading…
Reference in a new issue