Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
wxwern committed Nov 13, 2023
1 parent fcb20f8 commit 1d2b4dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/_sass/minima/custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ img.emoji {
}

// Syntax highlighting term overrides
// - Multiline
.language-sh, .language-bash, .language-shell {
.highlight code {
.nb {
Expand All @@ -68,6 +69,13 @@ img.emoji {
}
}
}
// - Inline
code.language-plaintext, code.language-sh, code.language-bash, code.language-shell {
.nt {
/* do not wrap --flags */
white-space: nowrap;
}
}

// Pill styles
.pill {
Expand Down

0 comments on commit 1d2b4dd

Please sign in to comment.