fix text color for paid content

This commit is contained in:
Sean Yesmunt 2019-12-11 09:24:21 -05:00
parent 769c2e8610
commit 486dd44b32

View file

@ -113,5 +113,5 @@
} }
.content__loading-text { .content__loading-text {
color: black; color: var(--color-white);
} }