Skip to content

Commit

Permalink
[FIX] hyperlink style on sidebar footer (#7882)
Browse files Browse the repository at this point in the history
* Fix hyperlink style on sidebar footer

* fix a selector
  • Loading branch information
karlprieb committed Aug 25, 2017
1 parent ecebf26 commit 56f1972
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
max-width: 100%;
height: 100%;
}

& a:any-link {
color: var(--color-gray);
}
}

&__header {
Expand Down

0 comments on commit 56f1972

Please sign in to comment.