File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ section#cncf {
559
559
560
560
#desktopKCButton :hover {
561
561
background-color : #ffffff ;
562
- color : #3371e3 ;
562
+ color : #326ce5 ;
563
563
transition : 150ms ;
564
564
}
565
565
Original file line number Diff line number Diff line change @@ -728,7 +728,7 @@ body.cid-partners {
728
728
line-height : 40px ;
729
729
color : #ffffff ;
730
730
font-size : 16px ;
731
- background-color : #3371e3 ;
731
+ background-color : #326ce5 ;
732
732
text-decoration : none ;
733
733
}
734
734
Original file line number Diff line number Diff line change 1
- $blue : #3371e3 ;
1
+ $blue : #326ce5 ;
2
2
$light-grey : #f7f7f7 ;
3
3
$dark-grey : #303030 ;
4
4
$medium-grey : #4c4c4c ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Add styles or override variables from the theme here. */
12
12
@import " tablet" ;
13
13
@import " desktop" ;
14
14
15
- $primary : #3371e3 ;
15
+ $primary : #326ce5 ;
16
16
17
17
// tooltip
18
18
$tooltip-bg : #555 ;
Original file line number Diff line number Diff line change 38
38
}
39
39
40
40
.active-tag {
41
- background-color : # 3371e3 ;
41
+ background-color : # 326ce5 ;
42
42
}
43
43
44
44
.invisible {
Original file line number Diff line number Diff line change 1
1
/*
2
2
Kubernetes colors (assets/scss/_skin.scss)
3
3
4
- $blue: #3371e3 ;
4
+ $blue: #326ce5 ;
5
5
$light-grey: #f7f7f7;
6
6
$dark-grey: #303030;
7
7
$medium-grey: #4c4c4c;
@@ -18,7 +18,7 @@ body > #wrapper {
18
18
}
19
19
20
20
a {
21
- color : # 3371e3 ;
21
+ color : # 326ce5 ;
22
22
}
23
23
24
24
a : hover {
@@ -122,7 +122,7 @@ code {
122
122
}
123
123
124
124
# navigation a : hover {
125
- color : # 3371e3 ;
125
+ color : # 326ce5 ;
126
126
text-decoration : none;
127
127
}
128
128
@@ -247,7 +247,7 @@ pre {
247
247
}
248
248
249
249
body .theme-auto # navigation a : hover {
250
- color : # 3371e3 ;
250
+ color : # 326ce5 ;
251
251
}
252
252
253
253
body .theme-auto pre {
@@ -256,7 +256,7 @@ pre {
256
256
}
257
257
258
258
body .theme-auto .alert a {
259
- color : # 3371e3 ;
259
+ color : # 326ce5 ;
260
260
}
261
261
}
262
262
@@ -309,7 +309,7 @@ body.theme-dark #navigation a.selected {
309
309
}
310
310
311
311
body .theme-dark # navigation a : hover {
312
- color : # 3371e3 ;
312
+ color : # 326ce5 ;
313
313
}
314
314
315
315
body .theme-dark pre {
@@ -318,5 +318,5 @@ body.theme-dark pre {
318
318
}
319
319
320
320
body .theme-dark .alert a {
321
- color : # 3371e3 ;
321
+ color : # 326ce5 ;
322
322
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ body.cid-training body.cid-training .section {
12
12
13
13
body .cid-training section .call-to-action {
14
14
color : # ffffff ;
15
- background-color : # 3371e3 ;
15
+ background-color : # 326ce5 ;
16
16
}
17
17
18
18
body .cid-training section .call-to-action .main-section {
@@ -226,7 +226,7 @@ body.cid-training .button {
226
226
line-height : 40px ;
227
227
color : # ffffff ;
228
228
font-size : 16px ;
229
- background-color : # 3371e3 ;
229
+ background-color : # 326ce5 ;
230
230
text-decoration : none;
231
231
text-align : center;
232
232
}
@@ -254,7 +254,7 @@ body.cid-training .padded {
254
254
}
255
255
256
256
body .cid-training .blue-bg {
257
- background-color : # 3371e3 ;
257
+ background-color : # 326ce5 ;
258
258
}
259
259
260
260
body .cid-training .lighter-gray-bg {
You can’t perform that action at this time.
0 commit comments