Merge branch 'vojta001/grey-text' into 'master'

Make `.has-text-grey` constrast enought with white to pass the WCAG AA requirements

See merge request patek-devs/patek.cz!42
This commit is contained in:
Vojtěch Káně 2020-10-07 16:10:49 +00:00
commit 9230d8e16c

View File

@ -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