fix: pinned notes not being transparent
This commit is contained in:
parent
c9d03c9ced
commit
83cc9cf980
1 changed files with 2 additions and 1 deletions
|
@ -267,7 +267,8 @@ hr {
|
|||
}
|
||||
|
||||
._panel {
|
||||
background: var(--panel);
|
||||
background: color-mix(in srgb, var(--panel) 65%, transparent);
|
||||
backdrop-filter: blur(16px);
|
||||
border-radius: var(--radius);
|
||||
overflow: clip;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue