From d48d249cbe9fde13322ae385d3c291806e8e87b6 Mon Sep 17 00:00:00 2001 From: Dan Garfield Date: Tue, 26 Jul 2022 07:34:48 -0600 Subject: [PATCH] Switch to blue Signed-off-by: Dan Garfield --- app.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.go b/app.go index 498b77f..c5e45e8 100644 --- a/app.go +++ b/app.go @@ -15,8 +15,8 @@ func main() { c := os.Getenv("COLOR") if len(c) == 0{ - // os.Setenv("COLOR", "#44B3C2") //Blue 44B3C2 and Yellow F1A94E - os.Setenv("COLOR", "#F1A94E") //Blue 44B3C2 and Yellow F1A94E + os.Setenv("COLOR", "#44B3C2") //Blue 44B3C2 and Yellow F1A94E + // os.Setenv("COLOR", "#F1A94E") //Blue 44B3C2 and Yellow F1A94E } http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {