From 95a1d9ba46b115f67da1dd2682bec85431f3a792 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sat, 4 May 2024 17:26:42 +0200 Subject: Update default colors --- exampleSite/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exampleSite') 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" -- cgit v1.2.3