This commit is contained in:
adrianvic 2026-04-23 20:15:07 +00:00
commit 11093ffe03
24 changed files with 143 additions and 99 deletions

View file

@ -618,6 +618,16 @@ div.hs.selected {
opacity: 0.6;
}
#fixedHint {
position: fixed;
top: 0;
left: 0;
background-color: black;
z-index: 10;
padding: .2em;
outline: thin solid var(--theme-color);
}
#sound {
filter: invert();
}