diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index ee2952e..9f5a533 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -308,4 +308,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