mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-01 20:14:55 +00:00
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:
parent
1e9ac34a03
commit
469f1ddd86
1 changed files with 2 additions and 3 deletions
5
docs/_static/css/custom.css
vendored
5
docs/_static/css/custom.css
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue