make link style less busy

This commit is contained in:
Adam Piontek 2021-04-07 14:21:48 -04:00
parent 7f5ae482db
commit 7c0940cc8f

View file

@ -45,9 +45,9 @@ body {
height: 100%; height: 100%;
} }
a { a {
color: $gray-100; color: white;
border-bottom: $secondary 2px solid; // border-bottom: $secondary 2px solid;
text-decoration: none; text-decoration: underline;
&.navbar-brand, &.navbar-brand,
&.nav-link { &.nav-link {
border-bottom: none; border-bottom: none;
@ -61,6 +61,7 @@ a {
&:hover { &:hover {
color: $primary; color: $primary;
text-decoration: none; text-decoration: none;
border-bottom: $secondary 2px solid;
} }
} }
.border-gray-900 { .border-gray-900 {