From fc35bd0497b863e06776c17da9669c514920c5ca Mon Sep 17 00:00:00 2001 From: GreenTurtwig Date: Sun, 16 Jul 2017 14:46:37 +0100 Subject: [PATCH] Update with correct usage of hex colorrs for themes --- source/_posts/2017-07-16-release-49.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2017-07-16-release-49.markdown b/source/_posts/2017-07-16-release-49.markdown index 821b818fa6b..10ab8ca15e9 100644 --- a/source/_posts/2017-07-16-release-49.markdown +++ b/source/_posts/2017-07-16-release-49.markdown @@ -23,7 +23,7 @@ You can specify themes using new configuration options under frontend. frontend: themes: green: - primary-color: #6ca518; + primary-color: "#6CA518" ``` Once a theme is defined, use the new frontend service `frontend.set_theme` to activate it. More information in [the docs][frontend docs].