Skip to content

Commit fc35bd0

Browse files
authored
Update with correct usage of hex colorrs for themes
1 parent b53a4aa commit fc35bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_posts/2017-07-16-release-49.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can specify themes using new configuration options under frontend.
2323
frontend:
2424
themes:
2525
green:
26-
primary-color: #6ca518;
26+
primary-color: "#6CA518"
2727
```
2828
2929
Once a theme is defined, use the new frontend service `frontend.set_theme` to activate it. More information in [the docs][frontend docs].

0 commit comments

Comments
 (0)