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:
commit
9230d8e16c
@ -308,4 +308,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
|
||||||
|
Loading…
Reference in New Issue
Block a user