Makes font in the documentation darker (#4224)

* Makes font in the documentation darker

Previous font colour was failing AAA contrast checks

* Stricter CSS changes as per https://github.com/wagtail/wagtail/pull/4224#issuecomment-361344374
This commit is contained in:
Mikalai Radchuk 2018-02-12 18:25:05 +00:00 committed by Matt Westcott
parent 1e9ac34a03
commit 469f1ddd86

View file

@ -3,10 +3,9 @@ html {
}
body.wy-body-for-nav {
-webkit-font-smoothing: antialiased; /* Do not remove! */
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.5em;
color: #666; /*$color-text-base*/
color: #333; /*$color-grey-1-1*/
}
div.wy-nav-side {