Improve visibility of inline links on homepage

This commit is contained in:
mDuo13
2019-04-30 17:52:34 -07:00
parent 8dfd4a6b4b
commit 4ecf076bb4
2 changed files with 10 additions and 9 deletions

View File

@@ -823,10 +823,8 @@ a.current {
font-size: 18px;
}
.landing h2 {
font-weight: bold;
line-height: 40px;
font-size: 32px;
.landing .display-4 {
margin-bottom: 1.5rem;
}
.landing h3,
@@ -946,8 +944,9 @@ a.current {
padding-right: 0;
}
.landing .card .blurb {
margin-top: 1rem;
.blurb a {
font-weight: 700;
text-decoration: underline;
}
.landing .card > .card-img-top {

View File

@@ -25,8 +25,8 @@
<p>Use the tools and information provided here to integrate with and contribute to the open-source platform.</p>
<h5>Want more?</h5>
<p>Get updates about XRP Ledger webinars, releases, and documentation!</p>
<p><a class="btn btn-outline-secondary external-link" href="https://goo.gl/forms/sHMFxU8dKiTUaltE3" target="_blank">Sign up! <i class="fa fa-external-link" aria-hidden="true"></i></a></p>
</div>
</div><!--/.blurb-->
<a class="btn btn-outline-secondary external-link" href="https://goo.gl/forms/sHMFxU8dKiTUaltE3" target="_blank">Sign up! <i class="fa fa-external-link" aria-hidden="true"></i></a>
</div>
</div><!--/.section-hero-->
@@ -102,7 +102,9 @@
<h2><a href="/blog/">XRP Ledger Blog</a></h2>
</div><!--/.card-header-->
<div class="card-body">
<p>Visit the blog for the latest XRP Ledger info, including <a href="/blog/label/rippled-release-notes.html">Release Notes</a>, <a href="/blog/label/amendments.html">Amendments</a> to the XRP Ledger protocol, <a href="/blog/label/features.html">Feature articles</a> from XRP experts, and more.</p>
<div class="blurb">
<p>Visit the blog for the latest XRP Ledger info, including <a href="/blog/label/rippled-release-notes.html">Release Notes</a>, <a href="/blog/label/amendments.html">Amendments</a> to the XRP Ledger protocol, <a href="/blog/label/features.html">Feature articles</a> from XRP experts, and more.</p>
</div>
</div>
<div class="card-footer">
<a href="/blog/" class="btn btn-outline-secondary">View Blog</a>