make popup nicer

This commit is contained in:
Ruben 2025-02-27 14:47:40 -06:00
commit 54fa5a9355
No known key found for this signature in database
GPG key ID: AE181294E97E4802

View file

@ -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 */