Improve contrast in the footer and formatting on the landing page.

This commit is contained in:
Martin Taillefer 2017-05-11 13:50:34 -07:00
parent a5af2ecc47
commit 853dd8b506
4 changed files with 5 additions and 9 deletions

View File

@ -23,10 +23,6 @@
color: $mainBrandColor;
}
&.btn-doc-call, &.btn-hero {
padding: 4px 27px;
}
&.btn-istio:hover {
background-color: $popBrandColor;
}

View File

@ -26,7 +26,7 @@ footer {
a {
color: $white;
font-weight: 200;
font-weight: 300;
font-size: .8em;
padding: 0px;
letter-spacing: .5px;

View File

@ -20,6 +20,6 @@
font-size: 18px;
margin-top: 0;
margin-bottom: $spacing--l;
font-weight: 200;
font-weight: 300;
}
}

View File

@ -57,7 +57,7 @@ title: Istio
<img class="landing-image pull-right" src="{{home}}/img/monitoring.svg" alt="Distributed tracing and telemetry">
<div class="section-content">
<h2>In-depth Telemetry and Reporting</h2>
<p>Understand the dependencies between services, the nature and flow of traffic between them and quickly identify issues with distributed tracing.</p>
<p>Understand the dependencies between services, the nature and flow of traffic between them, and quickly identify issues with distributed tracing.</p>
<a href="{{home}}/docs/concepts/what-is-istio/architecture.html"><button class="btn btn-istio btn-read-more">READ MORE</button></a>
</div>
</div>
@ -69,8 +69,8 @@ title: Istio
<div class="col-md-10 nofloat center-block">
<div class="col-sm-9 text-center nofloat center-block">
<h2 class="doc-call-title">Want to learn more?</h2>
<p class="doc-call-text"> Get started by learning Istio concepts and doing our BookInfo sample.</p>
<a href="{{home}}/docs"><button class="btn btn-istio btn-doc-call">GET STARTED</button></a>
<p class="doc-call-text">Get started by learning Istio concepts and doing our BookInfo sample.</p>
<a href="{{home}}/docs"><button class="btn btn-istio">GET STARTED</button></a>
</div>
</div>
</div>