From 54fa5a9355f4ea9898ffcfc0f4ffc18028e947e1 Mon Sep 17 00:00:00 2001 From: Ruben Date: Thu, 27 Feb 2025 14:47:40 -0600 Subject: [PATCH] make popup nicer --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */