make link style less busy
This commit is contained in:
parent
7f5ae482db
commit
7c0940cc8f
1 changed files with 4 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue