Skip to content

Commit 2fe33e9

Browse files
authored
Merge pull request #46233 from sftim/20240507_k8s_blue
Use correct shade of Kubernetes blue
2 parents 56adc03 + 724698d commit 2fe33e9

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

assets/scss/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ section#cncf {
559559

560560
#desktopKCButton:hover{
561561
background-color: #ffffff;
562-
color: #3371e3;
562+
color: #326ce5;
563563
transition: 150ms;
564564
}
565565

assets/scss/_custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ body.cid-partners {
728728
line-height: 40px;
729729
color: #ffffff;
730730
font-size: 16px;
731-
background-color: #3371e3;
731+
background-color: #326ce5;
732732
text-decoration: none;
733733
}
734734

assets/scss/_skin.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$blue: #3371e3;
1+
$blue: #326ce5;
22
$light-grey: #f7f7f7;
33
$dark-grey: #303030;
44
$medium-grey: #4c4c4c;

assets/scss/_variables_project.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add styles or override variables from the theme here. */
1212
@import "tablet";
1313
@import "desktop";
1414

15-
$primary: #3371e3;
15+
$primary: #326ce5;
1616

1717
// tooltip
1818
$tooltip-bg: #555;

static/css/glossary.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939

4040
.active-tag {
41-
background-color: #3371e3;
41+
background-color: #326ce5;
4242
}
4343

4444
.invisible {

static/css/style_apiref.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Kubernetes colors (assets/scss/_skin.scss)
33
4-
$blue: #3371e3;
4+
$blue: #326ce5;
55
$light-grey: #f7f7f7;
66
$dark-grey: #303030;
77
$medium-grey: #4c4c4c;
@@ -18,7 +18,7 @@ body > #wrapper {
1818
}
1919

2020
a {
21-
color: #3371e3;
21+
color: #326ce5;
2222
}
2323

2424
a:hover {
@@ -122,7 +122,7 @@ code {
122122
}
123123

124124
#navigation a:hover {
125-
color: #3371e3;
125+
color: #326ce5;
126126
text-decoration: none;
127127
}
128128

@@ -247,7 +247,7 @@ pre {
247247
}
248248

249249
body.theme-auto #navigation a:hover {
250-
color: #3371e3;
250+
color: #326ce5;
251251
}
252252

253253
body.theme-auto pre {
@@ -256,7 +256,7 @@ pre {
256256
}
257257

258258
body.theme-auto .alert a {
259-
color: #3371e3;
259+
color: #326ce5;
260260
}
261261
}
262262

@@ -309,7 +309,7 @@ body.theme-dark #navigation a.selected {
309309
}
310310

311311
body.theme-dark #navigation a:hover {
312-
color: #3371e3;
312+
color: #326ce5;
313313
}
314314

315315
body.theme-dark pre {
@@ -318,5 +318,5 @@ body.theme-dark pre {
318318
}
319319

320320
body.theme-dark .alert a {
321-
color: #3371e3;
321+
color: #326ce5;
322322
}

static/css/training.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body.cid-training body.cid-training .section {
1212

1313
body.cid-training section.call-to-action {
1414
color: #ffffff;
15-
background-color: #3371e3;
15+
background-color: #326ce5;
1616
}
1717

1818
body.cid-training section.call-to-action .main-section {
@@ -226,7 +226,7 @@ body.cid-training .button {
226226
line-height: 40px;
227227
color: #ffffff;
228228
font-size: 16px;
229-
background-color: #3371e3;
229+
background-color: #326ce5;
230230
text-decoration: none;
231231
text-align: center;
232232
}
@@ -254,7 +254,7 @@ body.cid-training .padded {
254254
}
255255

256256
body.cid-training .blue-bg {
257-
background-color: #3371e3;
257+
background-color: #326ce5;
258258
}
259259

260260
body.cid-training .lighter-gray-bg {

0 commit comments

Comments
 (0)