From 17f5ba53ca622964fb94db9f6d2d981c086c0d0e Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 5 Oct 2023 01:31:36 -0400 Subject: [PATCH] hugo: new accent color --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index cd66b63..cc529aa 100644 --- a/hugo.toml +++ b/hugo.toml @@ -31,7 +31,7 @@ enableRobotsTXT = true [params] avatarURL = "/images/pfp.jpg" avatarSize = "size-m" - accentColor = "#08F" + accentColor = "#74c7ec" socialIcons = [ {name = "github", url = "https://github.com/"}, {name = "twitter", url = "https://twitter.com/notohhh"},