make popup nicer
This commit is contained in:
parent
4249551714
commit
54fa5a9355
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue