Skip to content

Commit

Permalink
add the $ for bash code (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyaug authored Sep 14, 2020
1 parent c2d2ed6 commit 34e6bc2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -743,3 +743,13 @@ footer {
.highlighter-rouge {
position: relative;
}

.language-shell.highlighter-rouge pre.highlight::before,
.language-sh.highlighter-rouge pre.highlight::before,
.language-bash.highlighter-rouge pre.highlight::before{
content: "$ ";
color: $teal-green;
font-weight: 400;
font-family: monospace;
font-size: 0.75em;
}

0 comments on commit 34e6bc2

Please sign in to comment.