Skip to content

Commit

Permalink
CSS for bash/shell blocks
Browse files Browse the repository at this point in the history
Signed-off-by: Krayon <[email protected]>
  • Loading branch information
krayon committed May 3, 2020
1 parent f780c42 commit 2b692da
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ code.console {
color: #E0E0E0;
}

code.bash, code.shell {
border-style: solid;
border-width: 2px;
border-color: #000000;
display: block;
padding: 4px;
background: #303030;
color: #F0F0F0;
}

/*
vim:ts=4:sw=4:et
*/

0 comments on commit 2b692da

Please sign in to comment.