diff options
author | lwm <luke.murphy@ammeon.com> | 2013-11-06 10:56:38 +0000 |
---|---|---|
committer | lwm <luke.murphy@ammeon.com> | 2013-11-06 10:56:38 +0000 |
commit | 55ed9e8cdd8682892b357840f88a514d7d11284c (patch) | |
tree | 96f6f3bae3588cd1c43f65ecb90db528663fe285 /monospace | |
parent | c69bcef16c8589bbad1556dc047f570caedd671c (diff) | |
download | pelican-themes-55ed9e8cdd8682892b357840f88a514d7d11284c.tar.gz |
added pygment import as default
Diffstat (limited to 'monospace')
-rw-r--r-- | monospace/static/css/main.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/monospace/static/css/main.css b/monospace/static/css/main.css index 1947c35..14f2e43 100644 --- a/monospace/static/css/main.css +++ b/monospace/static/css/main.css @@ -10,6 +10,8 @@ * License URI: http://www.gnu.org/licenses/gpl-2.0.html */ +@import url("pygment.css"); + body { margin:0px; padding:20px 0px; text-align:center; font-family:Monospace; color:#585858; } a, a:visited { text-decoration:none; color:rgb(17, 170, 34); } a:hover { color:#FFF; background-color:#5353CB } |