Skip to content

Commit

Permalink
Feed: use more specific selector for feed icon. See #348
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Jul 18, 2016
1 parent eb96686 commit 7aa4ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,7 @@
}
/* orange rss icon */
.blog-aside .octicon-rss, .dashboard-feed-icon.octicon-rss,
.nav-rss a .octicon-rss, a.feed-icon, .mr-2 {
.nav-rss a .octicon-rss, a.feed-icon, #dashboard .octicon-rss {
color: #f93 !important;
}
.featured-label {
Expand Down

0 comments on commit 7aa4ae9

Please sign in to comment.