tweak the style of the alt text buble

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2026-04-17 19:00:32 +02:00
parent 3ee1f727de
commit 383cf855b5
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 6 additions and 2 deletions

View file

@ -59,7 +59,7 @@
.alt-text {
visibility: hidden;
opacity: 0;
background-color: var(--color-bg-overlay);
background-color: var(--color-bg-alt-text);
padding: 10px;
margin: 10px;
top: 0;
@ -68,6 +68,8 @@
z-index: 1;
transition: opacity 250ms ease-in, visibility 0ms ease-in 250ms;
box-shadow: inset 0px 0px 0.4em 0px var(--color-button-shadow);
}
&:hover .alt-text {