diff --git a/style.css b/style.css index a9e24f7..c6998c3 100644 --- a/style.css +++ b/style.css @@ -368,6 +368,7 @@ details.styled[open] { .alt-popup { position: fixed; background-color: color-mix(in srgb, var(--ayu-ui-bg) 85%, transparent); + backdrop-filter: blur(.5rem); color: var(--ayu-e-fg); padding: .5rem; border: solid .01rem var(--ayu-accent); @@ -378,7 +379,6 @@ details.styled[open] { pointer-events: none; opacity: 0; transition: opacity 0.4s; - } /* audio */