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{ .footer-link:hover{
color: #00ffd0 !important; color: #00ffd0 !important;
text-decoration:underline;
} }
</style> </style>

View file

@ -23,15 +23,10 @@
</div> </div>
</div> </div>
<div class="row mb-4"> <div class="row mb-4">
<h4>sign up for tea'mails</h4> <h4 class="mb-4">sign up for tea'mails</h4>
<hr>
<div class="col"> <div class="col">
<div class="input-group"> {{- partial "klaviyo-form.html" -}}
<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>
</div> </div>
<hr>
</div> </div>
<div class="row"> <div class="row">
<div class="col-lg-6"> <div class="col-lg-6">

View file

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