Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 7c77bae

Browse files
committed
Added dashes to two word colors
Two word colors like "light-blue" need a dash in order to work.
1 parent 75ecc75 commit 7c77bae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

exampleSite/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ googleAnalytics = ""
3232

3333
[params.palette]
3434
primary = "red"
35-
accent = "light green"
35+
accent = "light-green"
3636

3737
[params.font]
3838
text = "Ubuntu"
@@ -74,4 +74,4 @@ googleAnalytics = ""
7474
smartypants = true
7575
fractions = true
7676
smartDashes = true
77-
plainIDAnchors = true
77+
plainIDAnchors = true

exampleSite/content/getting-started/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,13 @@ material design [color palette][]. This makes it very easy to change the overall
150150
```toml
151151
[params.palette]
152152
primary = "red"
153-
accent = "light green"
153+
accent = "light-green"
154154
```
155155

156156
Color names can be written upper- or lowercase but must match the names of the
157-
material design [color palette](http://www.materialui.co/colors). Valid values are: _red_, _pink_, _purple_, _deep purple_, _indigo_, _blue_, _light blue_, _cyan_, _teal_, _green_, _light
158-
green_, _lime_, _yellow_, _amber_, _orange_, _deep orange_, _brown_, _grey_ and
159-
_blue grey_. The last three colors can only be used as a primary color.
157+
material design [color palette](http://www.materialui.co/colors). Valid values are: _red_, _pink_, _purple_, _deep purple_, _indigo_, _blue_, _light-blue_, _cyan_, _teal_, _green_, _light-green_,
158+
_lime_, _yellow_, _amber_, _orange_, _deep-orange_, _brown_, _grey_ and
159+
_blue-grey_. The last three colors can only be used as a primary color.
160160

161161
![Color palette](/images/colors.png)
162162

0 commit comments

Comments
 (0)