From bd27b2982f90440c53eb2bbce0b8806d2834767c Mon Sep 17 00:00:00 2001 From: Livia Date: Tue, 8 Apr 2025 12:48:50 +0200 Subject: [PATCH] make bg color navy --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index da009a8..5c0445b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -48,7 +48,7 @@ enableRobotsTXT = true site_logo = "" description = "Interfug" # choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-" - background_color_class = "bg-black" + background_color_class = "bg-navy" recent_posts_number = 3 logo = "img/Interfug_Banner.png" logo_small = "img/Interfug_Banner.png"