Skip to content

Commit

Permalink
fix: make inline code blocks inline
Browse files Browse the repository at this point in the history
  • Loading branch information
HEIGE-PCloud committed May 23, 2024
1 parent 0a8bb71 commit 0f04c8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/_partial/_single/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pre,

code:not(.chroma) {
/* Inline code blocks */
display: inline;
background-color: var(--inline-code-background-color) !important;
border-radius: 6px;
padding: .2em .4em;
Expand Down

0 comments on commit 0f04c8a

Please sign in to comment.