fix: pinned notes not being transparent
This commit is contained in:
parent
c9d03c9ced
commit
83cc9cf980
@ -267,7 +267,8 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
._panel {
|
._panel {
|
||||||
background: var(--panel);
|
background: color-mix(in srgb, var(--panel) 65%, transparent);
|
||||||
|
backdrop-filter: blur(16px);
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user