From c8a6ee5ddfc3f973ec44d90ab08653cde2099fba Mon Sep 17 00:00:00 2001 From: Ian Dunn Date: Mon, 28 Mar 2022 14:07:21 -0700 Subject: [PATCH] Theme: Specify home pullquote font on mobile for readability. Fixes #165 --- themes/wporg-5ftf/css/utilities/_pullquote.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/wporg-5ftf/css/utilities/_pullquote.scss b/themes/wporg-5ftf/css/utilities/_pullquote.scss index 52389ca..1c189de 100644 --- a/themes/wporg-5ftf/css/utilities/_pullquote.scss +++ b/themes/wporg-5ftf/css/utilities/_pullquote.scss @@ -10,6 +10,7 @@ padding: 0; border: none; text-align: left; + color: white; } @include breakpoint( $breakpoint-tablet ) {