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 {
|
:is(button, .button).plain2 {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: var(--link-color);
|
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 {
|
:is(button, .button).plain3 {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
Loading…
Add table
Reference in a new issue