Skip to content

Commit

Permalink
style prose diff fixes #1196
Browse files Browse the repository at this point in the history
  • Loading branch information
the-j0k3r committed Jul 27, 2020
1 parent 7b9b14e commit f359cc6
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 12 deletions.
24 changes: 18 additions & 6 deletions github-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -21486,12 +21486,12 @@
.discussion-sidebar-item .thread-subscription-status,
.boxed-group.application-show-group .logo-upload, .diagram-icon-small,
#readme .highlight, .ace-github, .theme-picker, .avatar-stack .avatar,
.boxed-group, .prose-diff > .markdown-body ins, .header .divider-vertical,
.ace-github-base16, .markdown-body pre code, .markdown-body pre tt,
#readme .plain pre, .uploaded-files, .input_area, #notebook .highlight,
#notebook .highlight pre, .output_area pre,
.gist-snippet-meta .gist-count-links>li>a:hover, .delete-owners-button:hover,
.avatar-child, .session-authentication .header-logged-out,
.boxed-group, .header .divider-vertical, .ace-github-base16,
.markdown-body pre code, .markdown-body pre tt, #readme .plain pre,
.uploaded-files, .input_area, #notebook .highlight, #notebook .highlight pre,
.output_area pre, .gist-snippet-meta .gist-count-links>li>a:hover,
.delete-owners-button:hover, .avatar-child,
.session-authentication .header-logged-out,
.session-authentication .auth-form-header,
.timeline-progressive-disclosure-items, #com #footer, .shade-gradient,
#categories .list, .gist-banner, .main-content, .showcase-page-header,
Expand Down Expand Up @@ -21808,6 +21808,18 @@
path.js-diff-placeholder {
fill: #282828 !important;
}
.prose-diff .changed .added, .prose-diff .changed ins,
.prose-diff .changed ins code, .prose-diff .changed ins pre {
background: #002800;
border-bottom: 1px solid #373;
}
.prose-diff .changed .removed, .prose-diff .changed .removed > div,
.prose-diff .changed .removed code, .prose-diff .changed .removed pre,
.prose-diff .changed del, .prose-diff .changed del > div,
.prose-diff .changed del code, .prose-diff .changed del pre {
color: #d82828;
background: #300;
}
#contributors-master svg.viz {
display: block !important;
}
Expand Down
24 changes: 18 additions & 6 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -844,12 +844,12 @@
.discussion-sidebar-item .thread-subscription-status,
.boxed-group.application-show-group .logo-upload, .diagram-icon-small,
#readme .highlight, .ace-github, .theme-picker, .avatar-stack .avatar,
.boxed-group, .prose-diff > .markdown-body ins, .header .divider-vertical,
.ace-github-base16, .markdown-body pre code, .markdown-body pre tt,
#readme .plain pre, .uploaded-files, .input_area, #notebook .highlight,
#notebook .highlight pre, .output_area pre,
.gist-snippet-meta .gist-count-links>li>a:hover, .delete-owners-button:hover,
.avatar-child, .session-authentication .header-logged-out,
.boxed-group, .header .divider-vertical, .ace-github-base16,
.markdown-body pre code, .markdown-body pre tt, #readme .plain pre,
.uploaded-files, .input_area, #notebook .highlight, #notebook .highlight pre,
.output_area pre, .gist-snippet-meta .gist-count-links>li>a:hover,
.delete-owners-button:hover, .avatar-child,
.session-authentication .header-logged-out,
.session-authentication .auth-form-header,
.timeline-progressive-disclosure-items, #com #footer, .shade-gradient,
#categories .list, .gist-banner, .main-content, .showcase-page-header,
Expand Down Expand Up @@ -1166,6 +1166,18 @@
path.js-diff-placeholder {
fill: #282828 !important;
}
.prose-diff .changed .added, .prose-diff .changed ins,
.prose-diff .changed ins code, .prose-diff .changed ins pre {
background: #002800;
border-bottom: 1px solid #373;
}
.prose-diff .changed .removed, .prose-diff .changed .removed > div,
.prose-diff .changed .removed code, .prose-diff .changed .removed pre,
.prose-diff .changed del, .prose-diff .changed del > div,
.prose-diff .changed del code, .prose-diff .changed del pre {
color: #d82828;
background: #300;
}
#contributors-master svg.viz {
display: block !important;
}
Expand Down

0 comments on commit f359cc6

Please sign in to comment.