From 4d2242c7bda741cbcde9e21a65bcbc42df7ae3f7 Mon Sep 17 00:00:00 2001 From: tahmid-ul Date: Thu, 11 Aug 2022 01:06:08 +0600 Subject: [PATCH] Updated CSS for hyperlink color readability issue. As per the issue - #208 --- themes/wporg-5ftf/css/utilities/_colors.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/wporg-5ftf/css/utilities/_colors.scss b/themes/wporg-5ftf/css/utilities/_colors.scss index d8248f8..2f8543e 100644 --- a/themes/wporg-5ftf/css/utilities/_colors.scss +++ b/themes/wporg-5ftf/css/utilities/_colors.scss @@ -4,6 +4,10 @@ .has-wporg-blue-background-color { background-color: $color__wporg-blue; + + &.has-wporg-white-color a { + color: $color__text-on-dark; + } } .has-wporg-purple-color {