Move css into a css subdirectory.

Add css to put a bar next to blockquotes.
This commit is contained in:
Mark Haines 2015-10-23 11:58:06 +01:00
parent f0c74a9c83
commit df443c10ac
5 changed files with 6 additions and 1 deletions

View 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 }