aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2024-05-04 17:26:42 +0200
committerRasmus Dahlberg <rasmus@rgdd.se>2024-05-04 17:26:42 +0200
commit95a1d9ba46b115f67da1dd2682bec85431f3a792 (patch)
tree3a78a959eee6084d125eeb59807ca9ce97ca867b /exampleSite
parent444d63c7ab0426dfbb8648b31e7b95e875502e81 (diff)
Update default colorsmain
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
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"