From 88d31d27a200aa516a4a071a14b7259dcbf10b79 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 17 Nov 2020 13:36:50 +0000 Subject: [PATCH] Fix KubeCon banner - match event theme artwork color copied from https://github.com/cncf/artwork/blob/master/examples/other.md - fix broken logo link --- config.toml | 2 +- i18n/en.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index b2fd7c3a5c..0c86c6f698 100644 --- a/config.toml +++ b/config.toml @@ -157,7 +157,7 @@ github_repo = "https://github.com/kubernetes/website" # param for displaying an announcement block on every page. # See /i18n/en.toml for message text and title. announcement = true -announcement_bg = "#3f0374" # choose a dark color – text is white +announcement_bg = "#3d4cb7" # choose a dark color – text is white #Searching k8s_search = true diff --git a/i18n/en.toml b/i18n/en.toml index bc25eaf2a1..d496085b8d 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,7 +1,7 @@ # i18n strings for the English (main) site. # NOTE: Please keep the entries in alphabetical order when editing [announcement_title] -other = "KubeCon + CloudNativeCon NA 2020 virtual." +other = "KubeCon + CloudNativeCon NA 2020 virtual." [announcement_message] other = "4 days of incredible opportunities to collaborate, learn, and share with the entire community!
November 17 – 20 2020"