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).
This commit is contained in:
Vojtěch Káně 2020-10-07 11:54:07 +02:00
parent 2c22cfcd8d
commit c3aec2e29f

View File

@ -297,4 +297,9 @@ patek-logo {
font-family: 'Fira Code', monospace; font-family: 'Fira Code', monospace;
font-weight: bold; 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 // /Custom styles