Skip to content

Commit

Permalink
Code: override tag styles inside comments. See #255
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Sep 5, 2015
1 parent c2eed05 commit 507f45e
Show file tree
Hide file tree
Showing 42 changed files with 49 additions and 51 deletions.
18 changes: 8 additions & 10 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1222,10 +1222,9 @@
.btn, header.nav-bar, .bubble .bubble-title, kbd, a.feed,
.list-browser-filterbar, .gobutton, .comment-header, .pagehead ul.tabs li a,
.login_form input[type="submit"], .top-bar, ul#bootcamp li a h4,
#gists .context-menu-container, body#com #header,
.white-nav .selected span, .filter-tab, #header-wrapper,
#header-wrapper .nav, .pagination span, .cheatsheet h2,
.section a.section-head, .octotree_view_header, .list-heading,
#gists .context-menu-container, body#com #header, .white-nav .selected span,
.filter-tab, #header-wrapper, #header-wrapper .nav, .pagination span,
.cheatsheet h2, .section a.section-head, .octotree_view_header, .list-heading,
.dashboard-tabs li a, a.function-button, .add-pill-form,
.gist .gist-file .gist-meta, .octotree_toggle, ul.comparison-list > li.title,
button.button, a.button, span.button, button.minibutton, a.minibutton,
Expand Down Expand Up @@ -1548,9 +1547,9 @@
.blob-num.non-expandable:hover, .breadcrumb, #footer .mega-octicon,
.application-authorizations .oauth-app-list-meta,
.application-authorizations .oauth-app-owner, .boxed-group-inner .help,
.thread-subscription-status .reason,
.toc-diff-stats .octicon, .blob-num, .recent-gists .description .blank,
.recent-gists .metadata, .member-meta .access-link {
.thread-subscription-status .reason, .toc-diff-stats .octicon, .blob-num,
.recent-gists .description .blank, .recent-gists .metadata,
.member-meta .access-link {
color: #666 !important;
}
.branch-infobar .lightweight-actions > li .octicon, .pagehead-tabs-item .octicon {
Expand Down Expand Up @@ -1580,8 +1579,7 @@
a.select-menu-item, .list-heading a, .close-button, .timeline-comment-action,
a.timeline-comment-action, a.comment-type-icon,
.timeline-comment-actions .octicon, .commit-title .commit-link tt,
.btn-block-user, .pagehead-tabs-item.selected > .octicon ,
.text-muted strong {
.btn-block-user, .pagehead-tabs-item.selected > .octicon, .text-muted strong {
color: inherit !important;
}
/* Alerts and activity, remove background gradient */
Expand Down Expand Up @@ -2248,7 +2246,7 @@
background: #141414 !important;
color: #ddd !important;
}
.pl-c {
.pl-c, .pl-c span {
color: #5F5A60 !important;
font-style: italic !important;
}
Expand Down
2 changes: 1 addition & 1 deletion themes/ambiance.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/chaos.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion themes/clouds-midnight.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 507f45e

Please sign in to comment.