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