From 4413633da0df70182b79ea85119c4b0609ba8b29 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Tue, 6 Apr 2021 00:12:22 +0200 Subject: [PATCH] text color updates --- CSS/themes/petio/petio-base.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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); }