mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +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 {
|
||||
background-color: transparent;
|
||||
color: var(--link-color);
|
||||
backdrop-filter: blur(12px) invert(0.25);
|
||||
backdrop-filter: blur(12px) invert(0.1);
|
||||
}
|
||||
:is(button, .button).plain3 {
|
||||
background-color: transparent;
|
||||
|
|
Loading…
Reference in a new issue