fix: alt text indicator and sensetive button

This commit is contained in:
Insert5StarName 2023-09-22 16:39:53 +02:00
parent 6be5c79ac6
commit 7b79658dbd
2 changed files with 26 additions and 2 deletions

View file

@ -142,7 +142,7 @@ function showMenu(ev: MouseEvent) {
display: block;
position: absolute;
border-radius: 6px;
background-color: var(--fg);
background-color: black;
color: var(--accentLighten);
font-size: 12px;
opacity: .5;