From c3aec2e29f49fc97d99e412511ea18704b658fb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20K=C3=A1n=C4=9B?= Date: Wed, 7 Oct 2020 11:54:07 +0200 Subject: [PATCH] Make `.has-text-grey` constrast enought with white to pass the WCAG AA requirements While being unspottable with the naked eye, this will make some pages of your site formally accessible (blog listing for example). --- themes/patek/assets/css/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index 8e04341..09d0789 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -297,4 +297,9 @@ patek-logo { font-family: 'Fira Code', monospace; font-weight: bold; } + +.has-text-grey { + // To make the color constrast enought with white to pass the WCAG AA requirements + color: #737373 !important; +} // /Custom styles