Skip to content

Commit 928a262

Browse files
committed
Update CSS for bash
1 parent 72eea80 commit 928a262

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pandoc.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ pre::after{
107107
pre.c:after{
108108
content:"C";
109109
}
110+
pre.bash:after{
111+
content:"bash";
112+
}
110113
pre.cs:after{
111114
content:"C#";
112115
}
@@ -125,9 +128,7 @@ pre.python:after{
125128
pre.ruby:after{
126129
content:"Ruby";
127130
}
128-
pre.c:after{
129-
content:"C";
130-
}
131+
131132
code {
132133
/* font-family: monospace; */
133134
}

0 commit comments

Comments
 (0)