Skip to content

Commit

Permalink
style: fixed post render issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Aug 12, 2024
1 parent a178702 commit 5c26748
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ pre {
border-radius: $border-radius;

code {
color: inherit !important;
color: white !important;
background-color: transparent !important;
}
}

Expand All @@ -111,6 +112,9 @@ code {

code:not(.sourceCode) {
color: $link-color;
background-color: $body-bg;
border-radius: 5px;
padding: .2rem .3rem !important;
}

div.sourceCode {
Expand Down

0 comments on commit 5c26748

Please sign in to comment.