mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Fix too inverted
This commit is contained in:
parent
03be8b4dd6
commit
6a5c78f501
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);
|
backdrop-filter: blur(12px) invert(0.1);
|
||||||
}
|
}
|
||||||
:is(button, .button).plain3 {
|
:is(button, .button).plain3 {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
Loading…
Reference in a new issue