Merge pull request #2952 from KeeJef/count-visible

fix: bump contrast on attachment overlay text
pull/2994/head
Audric Ackermann 2 years ago committed by GitHub
commit d320fe588a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save