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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user