Skip to content

Commit

Permalink
Merge pull request #46233 from sftim/20240507_k8s_blue
Browse files Browse the repository at this point in the history
Use correct shade of Kubernetes blue
  • Loading branch information
k8s-ci-robot authored May 7, 2024
2 parents 56adc03 + 724698d commit 2fe33e9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion assets/scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ section#cncf {

#desktopKCButton:hover{
background-color: #ffffff;
color: #3371e3;
color: #326ce5;
transition: 150ms;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ body.cid-partners {
line-height: 40px;
color: #ffffff;
font-size: 16px;
background-color: #3371e3;
background-color: #326ce5;
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/scss/_skin.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$blue: #3371e3;
$blue: #326ce5;
$light-grey: #f7f7f7;
$dark-grey: #303030;
$medium-grey: #4c4c4c;
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add styles or override variables from the theme here. */
@import "tablet";
@import "desktop";

$primary: #3371e3;
$primary: #326ce5;

// tooltip
$tooltip-bg: #555;
Expand Down
2 changes: 1 addition & 1 deletion static/css/glossary.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}

.active-tag {
background-color: #3371e3;
background-color: #326ce5;
}

.invisible {
Expand Down
14 changes: 7 additions & 7 deletions static/css/style_apiref.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Kubernetes colors (assets/scss/_skin.scss)
$blue: #3371e3;
$blue: #326ce5;
$light-grey: #f7f7f7;
$dark-grey: #303030;
$medium-grey: #4c4c4c;
Expand All @@ -18,7 +18,7 @@ body > #wrapper {
}

a {
color: #3371e3;
color: #326ce5;
}

a:hover {
Expand Down Expand Up @@ -122,7 +122,7 @@ code {
}

#navigation a:hover {
color: #3371e3;
color: #326ce5;
text-decoration: none;
}

Expand Down Expand Up @@ -247,7 +247,7 @@ pre {
}

body.theme-auto #navigation a:hover {
color: #3371e3;
color: #326ce5;
}

body.theme-auto pre {
Expand All @@ -256,7 +256,7 @@ pre {
}

body.theme-auto .alert a {
color: #3371e3;
color: #326ce5;
}
}

Expand Down Expand Up @@ -309,7 +309,7 @@ body.theme-dark #navigation a.selected {
}

body.theme-dark #navigation a:hover {
color: #3371e3;
color: #326ce5;
}

body.theme-dark pre {
Expand All @@ -318,5 +318,5 @@ body.theme-dark pre {
}

body.theme-dark .alert a {
color: #3371e3;
color: #326ce5;
}
6 changes: 3 additions & 3 deletions static/css/training.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body.cid-training body.cid-training .section {

body.cid-training section.call-to-action {
color: #ffffff;
background-color: #3371e3;
background-color: #326ce5;
}

body.cid-training section.call-to-action .main-section {
Expand Down Expand Up @@ -226,7 +226,7 @@ body.cid-training .button {
line-height: 40px;
color: #ffffff;
font-size: 16px;
background-color: #3371e3;
background-color: #326ce5;
text-decoration: none;
text-align: center;
}
Expand Down Expand Up @@ -254,7 +254,7 @@ body.cid-training .padded {
}

body.cid-training .blue-bg {
background-color: #3371e3;
background-color: #326ce5;
}

body.cid-training .lighter-gray-bg {
Expand Down

0 comments on commit 2fe33e9

Please sign in to comment.