fix: pinned notes not being transparent

This commit is contained in:
Insert5StarName 2023-10-15 20:26:05 +02:00
parent c9d03c9ced
commit 83cc9cf980

View file

@ -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;
}