Skip to content

Commit

Permalink
Merge pull request #175 from jacine/174-nav-link
Browse files Browse the repository at this point in the history
#174: Only target .nav-link, so as not to affect the dropdown links.
  • Loading branch information
shadcn committed Jul 8, 2019
2 parents 1ac4b21 + 3b511c0 commit 164e3d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12338,7 +12338,7 @@ fieldset.closed legend button {
font-size: 0.875rem;
flex-shrink: 0;
}
.navbar a, .navbar .nav-link {
.navbar .nav-link {
color: var(--ak-header-color);
}
@media (max-width: 991.98px) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
font-size: 0.875rem;
flex-shrink: 0;

a, .nav-link {
.nav-link {
color: var(--ak-header-color);
}

Expand Down

0 comments on commit 164e3d9

Please sign in to comment.