MediaGallery: fix filename text color

This commit is contained in:
Alex Gleason 2021-10-06 16:24:06 -05:00
parent b3f9381193
commit eaa031901c
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -164,7 +164,7 @@
.media-gallery__file-extension__label { .media-gallery__file-extension__label {
display: block; display: block;
position: absolute; position: absolute;
color: var(--primary-text-color); color: #fff;
background: rgba($base-overlay-background, 0.5); background: rgba($base-overlay-background, 0.5);
bottom: 6px; bottom: 6px;
left: 6px; left: 6px;