Link hover color for white paper link

This commit is contained in:
Thomas Smith 2023-03-16 08:57:59 -04:00
parent 533010294b
commit 88240ba649

View file

@ -725,7 +725,7 @@
<div class="col-xl-7 col-lg-7 col-md-6 col-sm-12 col-12 order-xl-1 order-lg-1 order-md-1 order-sm-2 order-2 my-auto">
<h2 class="display-5">A mission to fix open-source development</h2>
<p class="lead"><span class="tea">tea</span> is one of the first legitimate use cases for blockchain technology. Just as the US dollar was once backed by gold, we're building an economy that's backed <em>by code</em>.</p>
<p>We want to fix one of techs biggest problems: hardworking developers <i>not</i> getting compensated for their contributions to the building blocks of the internet. By leveraging blockchain technology we can keep track of who creates & maintains what, remunerate them for their efforts with <span class="tea">tea</span> tokens, and keep FAANG corporations from building empires atop unpaid labor. Feel like diving deeper? You can learn more by reading our <a href="/white-paper/">white paper</a>.</p>
<p>We want to fix one of techs biggest problems: hardworking developers <i>not</i> getting compensated for their contributions to the building blocks of the internet. By leveraging blockchain technology we can keep track of who creates & maintains what, remunerate them for their efforts with <span class="tea">tea</span> tokens, and keep FAANG corporations from building empires atop unpaid labor. Feel like diving deeper? You can learn more by reading our <a class="wp-link" href="/white-paper/">white paper</a>.</p>
</div>
<div class="col-xl-5 col-lg-5 col-md-6 col-sm-12 col-12 order-xl-2 order-lg-2 order-md-2 order-sm-1 order-1 mb-4">
<img src="/Images/horizon-illustration.png" class="horizon-img" alt="Over the horizon" style="border-radius:10px; width:100%;">
@ -757,6 +757,10 @@
<style>
.wp-link:hover{
color: #00ffd0 !important;
}
.con-img{
width:100%;
border-radius: 5px;