fix: bump contrast on attachment overlay text

This commit is contained in:
Keejef 2023-10-09 19:05:32 +11:00
parent 954a1a7002
commit fb9da2e6e2
1 changed files with 3 additions and 1 deletions

View File

@ -834,11 +834,13 @@
color: var(--white-color);
font-size: 20px;
font-size: 30px;
font-weight: normal;
letter-spacing: 0;
text-align: center;
--text-shadow-offset: 0.05em;
text-shadow: var(--black-color) var(--text-shadow-offset) var(--text-shadow-offset) 0.15em;
}
.module-image__close-button {