diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/pygments.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/pygments.css b/static/pygments.css index 80c2982..ddb4d52 100644 --- a/static/pygments.css +++ b/static/pygments.css @@ -13,6 +13,8 @@ border-radius: 3px; padding: 20px; color: #C1C2C3; + font-family:Consolas,Monaco,Lucida Console,Liberation Mono, + DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace; } .highlight .hll { background-color: #ffffcc; } .highlight .gd { color: #2e3436; background-color: #0e1416; } |