Skip to content

Commit

Permalink
fix markdown pre
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Dec 19, 2023
1 parent e2e1ec2 commit b0735cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -3946,7 +3946,7 @@
}
.js-snippet-clipboard-copy-unpositioned .markdown-body .snippet-clipboard-content,
.js-snippet-clipboard-copy-unpositioned .markdown-body .highlight,
.js-comment-body .snippet-clipboard-content {
.js-comment-body .snippet-clipboard-content pre {
background: var(--ghd-code-background) !important;
border: 1px solid rgba(255, 255, 255, .1) !important;
}
Expand Down
2 changes: 1 addition & 1 deletion src/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
.js-snippet-clipboard-copy-unpositioned .markdown-body .snippet-clipboard-content,
.js-snippet-clipboard-copy-unpositioned .markdown-body .highlight,
.js-comment-body .snippet-clipboard-content {
.js-comment-body .snippet-clipboard-content pre {
background: var(--ghd-code-background) !important;
border: 1px solid rgba(255, 255, 255, .1) !important;
}
Expand Down

0 comments on commit b0735cf

Please sign in to comment.