Move css into a css subdirectory.
Add css to put a bar next to blockquotes.
This commit is contained in:
parent
f0c74a9c83
commit
df443c10ac
5 changed files with 6 additions and 1 deletions
6
scripts/css/codehighlight.css
Normal file
6
scripts/css/codehighlight.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
pre.code .comment, code .comment { color: green }
|
||||
pre.code .keyword, code .keyword { color: darkred; font-weight: bold }
|
||||
pre.code .name.builtin, code .name.builtin { color: darkred; font-weight: bold }
|
||||
pre.code .literal.number, code .literal.number { color: blue }
|
||||
pre.code .name.tag, code .name.tag { color: darkgreen }
|
||||
pre.code .literal.string, code .literal.string { color: darkblue }
|
Loading…
Add table
Add a link
Reference in a new issue