diff --git a/src/app/applications/type-overview.component.html b/src/app/applications/type-overview.component.html
index e0561c5a7d..b75405cda8 100644
--- a/src/app/applications/type-overview.component.html
+++ b/src/app/applications/type-overview.component.html
@@ -235,8 +235,8 @@
New Kubernetes Application
@@ -279,7 +279,7 @@
Configurability – Kubernetes allows the configuration of any resource type available,
- such as virtual machines, network.
+ such as containers and network.
diff --git a/src/scss/_custom.scss b/src/scss/_custom.scss
index 83f5f65cb6..7e4f9efc16 100644
--- a/src/scss/_custom.scss
+++ b/src/scss/_custom.scss
@@ -318,6 +318,7 @@ $slight_danger_persian_red: #CA3433;
$openstackcolour: #ED1944;
$simplevmcolour: #00ADEF;
+$kubernetescolor: #326ce5;
@media (max-width: 992px) {
@@ -974,6 +975,10 @@ header {
@include button-outline-variant($simplevmcolour, #222222, lighten($simplevmcolour, 5%), $simplevmcolour);
}
+.btn-outline-kubernetes {
+ @include button-outline-variant($kubernetescolor, #222222, lighten($kubernetescolor, 5%), $kubernetescolor);
+}
+
// Google Font as on landing page.
.app-body {
color: $deNBI_darkgrey;