File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ body.td-404 main .error-details {
113
113
114
114
// mermaid diagram - sequence diagram
115
115
.actor {
116
- fill : #326ce5 !important ;
116
+ fill : $primary !important ;
117
117
}
118
118
text .actor {
119
119
font-size : 18px !important ;
@@ -413,7 +413,7 @@ body.cid-community {
413
413
display : inline-block ;
414
414
vertical-align : top ;
415
415
position : relative ;
416
- background-color : #326ce5 ; // Kubernetes blue
416
+ background-color : $primary ;
417
417
color : #fff ;
418
418
padding : 0 ;
419
419
margin : 0 ;
@@ -527,9 +527,9 @@ body.cid-partners {
527
527
border-radius : 6px ;
528
528
padding : 0 20px ;
529
529
line-height : 40px ;
530
- color : #ffffff ;
531
530
font-size : 16px ;
532
- background-color : #326ce5 ;
531
+ background-color : $primary ;
532
+ color : $white ;
533
533
text-decoration : none ;
534
534
}
535
535
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ body {
162
162
163
163
> .feature-state-name ::before {
164
164
content : ' ⓘ ' ;
165
- color : #326ce5 ; // Kubernetes blue
165
+ color : $primary ;
166
166
}
167
167
> .feature-state-name {
168
168
display : inline-block ;
You can’t perform that action at this time.
0 commit comments