Skip to content

Commit 065da74

Browse files
author
Tim Bannister
committed
Refactor color use
Use Kubernetes blue by referencing a variable.
1 parent 394a0d9 commit 065da74

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assets/scss/_custom.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ body.td-404 main .error-details {
113113

114114
// mermaid diagram - sequence diagram
115115
.actor {
116-
fill: #326ce5 !important;
116+
fill: $primary !important;
117117
}
118118
text.actor {
119119
font-size: 18px !important;
@@ -413,7 +413,7 @@ body.cid-community {
413413
display: inline-block;
414414
vertical-align: top;
415415
position: relative;
416-
background-color: #326ce5; // Kubernetes blue
416+
background-color: $primary;
417417
color: #fff;
418418
padding: 0;
419419
margin: 0;
@@ -527,9 +527,9 @@ body.cid-partners {
527527
border-radius: 6px;
528528
padding: 0 20px;
529529
line-height: 40px;
530-
color: #ffffff;
531530
font-size: 16px;
532-
background-color: #326ce5;
531+
background-color: $primary;
532+
color: $white;
533533
text-decoration: none;
534534
}
535535

assets/scss/_documentation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ body {
162162

163163
> .feature-state-name::before {
164164
content: '';
165-
color: #326ce5; // Kubernetes blue
165+
color: $primary;
166166
}
167167
> .feature-state-name {
168168
display: inline-block;

0 commit comments

Comments
 (0)