fix: pinned notes not being transparent
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user