tweaked styling of the size hint for the image

This commit is contained in:
Malcolm Diller 2022-10-15 18:39:56 -07:00
parent 58d8a5ce46
commit f80602b51a

View File

@ -531,9 +531,10 @@ img {
right: 0px; right: 0px;
bottom: 3px; bottom: 3px;
padding: 3px; padding: 3px;
background: var(--background-color1); background: black;
color: var(--input-text-color); color: white;
opacity: 70%; text-shadow: 0px 0px 4px black;
opacity: 60%;
font-size: 12px; font-size: 12px;
border-radius: 6px 0px; border-radius: 6px 0px;
} }