diff --git a/CSS/themes/petio/petio-base.css b/CSS/themes/petio/petio-base.css index f6ac6a93..94afe94a 100644 --- a/CSS/themes/petio/petio-base.css +++ b/CSS/themes/petio/petio-base.css @@ -20,9 +20,11 @@ body { } /* TEXT COLOR */ -.sub-title, -.widget--title, -p { +p, +.card .text-wrap .title, +.card .text-wrap .year, +.media-content .overview, +.media-content .media-crew .crew-credit { color: var(--text-color); }