Browse Source

text color updates

pull/178/head
Marius 4 years ago
parent
commit
4413633da0
  1. 8
      CSS/themes/petio/petio-base.css

8
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);
}

Loading…
Cancel
Save