diff --git a/hugo.toml b/hugo.toml index 937049c..dcc26ce 100644 --- a/hugo.toml +++ b/hugo.toml @@ -31,16 +31,16 @@ theme = 'hello-friend-ng' description = "...it's my blog." keywords = "homepage, blog" images = [""] - themeColor = "#2d3748" + themeColor = "#3D2200" # Custom CSS customCSS = ["css/custom.css"] # Favicon colors [params.favicon.color] - mask = "#2d3748" - msapplication = "#2d3748" - theme = "#2d3748" + mask = "#F8FDDD" + msapplication = "#F8FDDD" + theme = "#F8FDDD" # Footer configuration [params.footer]