Skip to content

Commit ade0bc9

Browse files
authored
Merge pull request #25084 from sftim/20201117_fix_kubecon_banner
Fix KubeCon banner
2 parents bb270a2 + 88d31d2 commit ade0bc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ github_repo = "https://github.com/kubernetes/website"
157157
# param for displaying an announcement block on every page.
158158
# See /i18n/en.toml for message text and title.
159159
announcement = true
160-
announcement_bg = "#3f0374" # choose a dark color – text is white
160+
announcement_bg = "#3d4cb7" # choose a dark color – text is white
161161

162162
#Searching
163163
k8s_search = true

i18n/en.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# i18n strings for the English (main) site.
22
# NOTE: Please keep the entries in alphabetical order when editing
33
[announcement_title]
4-
other = "<img src=\"images/kccnc-na-virtual-2020-white.svg\" style=\"float: right; height: 80px;\" /><a href=\"https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/?utm_source=kuberntes.io&utm_medium=search&utm_campaign=KC_CNC_Virtual\">KubeCon + CloudNativeCon NA 2020</a> <em>virtual</em>."
4+
other = "<img src=\"/images/kccnc-na-virtual-2020-white.svg\" style=\"float: right; height: 80px;\" /><a href=\"https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/?utm_source=kuberntes.io&utm_medium=search&utm_campaign=KC_CNC_Virtual\">KubeCon + CloudNativeCon NA 2020</a> <em>virtual</em>."
55

66
[announcement_message]
77
other = "4 days of incredible opportunities to collaborate, learn, and share with the entire community!<br />November 17 – 20 2020"

0 commit comments

Comments
 (0)