From 30c21feda139e0dee5af65e839c884ea7b768f19 Mon Sep 17 00:00:00 2001 From: Coen van der Kamp Date: Wed, 10 Oct 2018 11:53:03 +0200 Subject: [PATCH] Add comment refering to Wagtail stylesheet back in --- docs/_static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 5b52a799c..494d6cb90 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -1,7 +1,7 @@ body.wy-body-for-nav { font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.5em; - color: #333; + color: #333; /*$color-grey-1*/ background-color: #e6e6e6; /*$color-grey-4*/ }