Changed text-shadow for filename in overlay.

This commit is contained in:
Alexander Andreev 2022-01-22 23:24:08 +04:00
parent 527f62722b
commit ae786a5c7a
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ section { margin-top: 1rem; }
#overlay span {
color: var(--background-color);
text-shadow: 2px 2px 1px var(--secondary-color);
text-shadow: 0 0 .3rem var(--secondary-color);
}
table { overflow-y: scroll; width: 100%; }