MediaGallery: fix filename text color
This commit is contained in:
parent
b3f9381193
commit
eaa031901c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue