Skip to content

Commit

Permalink
Unhide footer links in Trending page (refined-github#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszklis authored and fregante committed Jan 12, 2018
1 parent b6687be commit 4251e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ a.tabnav-extra[href$='mastering-markdown/'] {
body > .footer {
opacity: 0.3;
}
body > .footer ul:first-of-type li:first-of-type { /* The `© 2017 GitHub, Inc.` text */
body > .footer > div > ul:first-of-type li:first-of-type { /* The `© 2017 GitHub, Inc.` text */
display: none;
}
.footer-octicon {
Expand Down

0 comments on commit 4251e3c

Please sign in to comment.