changed foother text color with a class

pull/2/head
David Tookey 5 years ago
parent 2f5997f992
commit 5cbe73c31e

@ -148,7 +148,8 @@
<footer class="page-footer">
<div class="container">
<p class="float-right">
<p class="float-right footer-text">
Here's some footer text that is not a link
<a href="#">Back to top</a>
</p>
</div>

@ -172,6 +172,10 @@ body {
color: map-get($theme-colors, activetextaccordion) !important;
}
.footer-text{
color: red;
}
.chevron-img{}
.overlay-content{

Loading…
Cancel
Save