mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
add support for pygments
This commit is contained in:
parent
62576f91c5
commit
4727888831
2 changed files with 208 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
/* Imports */
|
||||
@import url("reset.css");
|
||||
@import url("pygment.css");
|
||||
|
||||
/***** Global *****/
|
||||
/* Body */
|
||||
|
|
@ -87,6 +88,8 @@ dl {margin: 0 0 1.5em 0;}
|
|||
dt {font-weight: bold;}
|
||||
dd {margin-left: 1.5em;}
|
||||
|
||||
pre{background-color: #000; padding: 10px; color: #fff; margin: 10px;}
|
||||
|
||||
/* Quotes */
|
||||
blockquote {font-style: italic;}
|
||||
cite {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue