From 8a208b47a679555b2c727b8dd0b1ee7cf6f0a061 Mon Sep 17 00:00:00 2001 From: Trekathlon <48809284+Trekathlon@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:40:25 +0200 Subject: [PATCH] Background color update --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index ad99487..825ad34 100644 --- a/hugo.toml +++ b/hugo.toml @@ -11,7 +11,7 @@ enableEmoji = true includeBootstrapJs = true search = true search_minify = true - contentBackgroundColor = "#fff" + contentBackgroundColor = "#CFCFCF" contentTextColor = "#212529" contentLinkColor = "#5e807fff" contentLinkHoverColor = "#5e807fff"