diff options
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a04b5f2..5e25bbb 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -19,8 +19,8 @@ googleAnalytics = "" # add your tracking id fontSize = "14pt" pageWidth = "750px" avatarSize = "90px" - colorBlack = "#222222" - colorRed = "#dc3545" + firstColor = "#222222" + secondColor = "#dc3545" [[params.socialIcons]] icon = "fab fa-twitter" title = "Twitter" |