diff --git a/website/source/assets/stylesheets/consul-connect/components/_button.scss b/website/source/assets/stylesheets/consul-connect/components/_button.scss index a6fd8227d2..815967887e 100644 --- a/website/source/assets/stylesheets/consul-connect/components/_button.scss +++ b/website/source/assets/stylesheets/consul-connect/components/_button.scss @@ -22,6 +22,10 @@ transform: translateY(-1px); } + path { + fill: $white; + } + &.white { background: $white; border: 2px solid $white; @@ -32,11 +36,15 @@ background: $consul-black; border-color: $consul-black; color: $white; - + path { fill: $white; } } + + path { + fill: $consul-black; + } } &.dark-outline { diff --git a/website/source/assets/stylesheets/consul-connect/components/_hero.scss b/website/source/assets/stylesheets/consul-connect/components/_hero.scss index 949b1b532a..4aabe5c20f 100644 --- a/website/source/assets/stylesheets/consul-connect/components/_hero.scss +++ b/website/source/assets/stylesheets/consul-connect/components/_hero.scss @@ -27,4 +27,8 @@ padding: 2px 9px; text-transform: uppercase; } + + .g-btn + .g-btn { + margin-left: 20px; + } } diff --git a/website/source/configuration.html.erb b/website/source/configuration.html.erb index a389041772..42e46f129f 100644 --- a/website/source/configuration.html.erb +++ b/website/source/configuration.html.erb @@ -11,7 +11,13 @@ description: |-

Service configuration made easy.

Feature rich key/value store lets you easily configure services.

- Get Started + + + + + Download + + Explore Docs
@@ -193,7 +199,7 @@ description: |- - + Download Explore docs diff --git a/website/source/discovery.html.erb b/website/source/discovery.html.erb index c686df0c5b..c8c834673c 100644 --- a/website/source/discovery.html.erb +++ b/website/source/discovery.html.erb @@ -11,7 +11,13 @@ description: |-

Service discovery made easy.

Service Registry enables services to register and discover each other in dymanic infrastructure.

- Get Started + + + + + Download + + Explore Docs
diff --git a/website/source/index.html.erb b/website/source/index.html.erb index a844bb7e99..584e62a28c 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -183,7 +183,7 @@ description: |- - + Download diff --git a/website/source/segmentation.html.erb b/website/source/segmentation.html.erb index d373ec6800..f0b7eaba28 100644 --- a/website/source/segmentation.html.erb +++ b/website/source/segmentation.html.erb @@ -12,7 +12,13 @@ description: |- New Feature

Service segmentation made easy.

Secure service-to-service communication with automatic TLS encryption and identity-based authorization.

- Get Started + + + + + Download + + Explore Docs