diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-05-04 17:26:42 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-05-04 17:26:42 +0200 |
commit | 95a1d9ba46b115f67da1dd2682bec85431f3a792 (patch) | |
tree | 3a78a959eee6084d125eeb59807ca9ce97ca867b /exampleSite | |
parent | 444d63c7ab0426dfbb8648b31e7b95e875502e81 (diff) |
Update default colorsmain
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" |