Merge pull request #2952 from KeeJef/count-visible

fix: bump contrast on attachment overlay text
This commit is contained in:
Audric Ackermann 2023-10-20 15:31:59 +11:00 committed by GitHub
commit d320fe588a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -834,11 +834,11 @@
color: var(--white-color);
font-size: 20px;
font-weight: normal;
letter-spacing: 0;
text-align: center;
font-size: 20px;
font-weight: normal;
letter-spacing: 0;
text-align: center;
background-color: rgba(0, 0, 0, 0.7);
}
.module-image__close-button {