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%;
}
a {
color: $gray-100;
border-bottom: $secondary 2px solid;
text-decoration: none;
color: white;
// border-bottom: $secondary 2px solid;
text-decoration: underline;
&.navbar-brand,
&.nav-link {
border-bottom: none;
@ -61,6 +61,7 @@ a {
&:hover {
color: $primary;
text-decoration: none;
border-bottom: $secondary 2px solid;
}
}
.border-gray-900 {