This commit is contained in:
Joey Kimsey
2025-02-05 06:09:07 -05:00
parent 68ffa8dd7c
commit 02f3241965
3 changed files with 14 additions and 4 deletions

View File

@ -328,7 +328,10 @@ a.atb-green:hover {
button.atb-green:hover {
color: #1b947f;
}
a.atb-green.active {
color: #1b947f !important;
border-color: #1b947f;
}

View File

@ -3,7 +3,7 @@
<ul class="navbar-nav mx-auto">
{LOOP}
<li class="nav-item">
<a href="{url}" class="nav-link text-white">
<a href="{url}" class="nav-link atb-green">
{text}
</a>
</li>