Skip to content

Commit

Permalink
fix: pre style
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Aug 28, 2019
1 parent 2692ff5 commit 23ba309
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/scss/_common/single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ pre {
padding: 1em;
line-height: 1.618;
background-color: alpha(var(--color-contrast-lower), 0.75);
code {
background-color: unset;
}
}
.highlight {
font-size: 0.8em;
Expand All @@ -198,7 +201,6 @@ pre {
margin: 0;
padding: 0;
font-size: 1em;
background-color: unset;
}
pre {
margin: 0 !important;
Expand Down

0 comments on commit 23ba309

Please sign in to comment.