footer changes, link changes

This commit is contained in:
Thomas Smith 2022-10-26 15:16:09 -04:00
parent 40d03e607d
commit 72694b85a0
3 changed files with 12 additions and 8 deletions

View file

@ -19,7 +19,6 @@
.footer-link:hover{
color: #00ffd0 !important;
text-decoration:underline;
}
</style>

View file

@ -23,15 +23,10 @@
</div>
</div>
<div class="row mb-4">
<h4>sign up for tea'mails</h4>
<hr>
<h4 class="mb-4">sign up for tea'mails</h4>
<div class="col">
<div class="input-group">
<input type="text" class="form-control footer-email" placeholder="you@email.com" aria-label="Recipient's username with two button addons">
<button class="btn btn-outline-secondary email-btn" type="button">Send</button>
</div>
{{- partial "klaviyo-form.html" -}}
</div>
<hr>
</div>
<div class="row">
<div class="col-lg-6">

View file

@ -60,6 +60,16 @@ li{
color: #ffffff;
}
a{
color: #00ffd0;
text-decoration: none;
}
a:hover{
background-color:#00ffd0;
color: #1a1a1a !important;
}
/* Breakpoint-Specific Typography */