diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2018-12-23 19:32:41 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2018-12-23 19:32:41 -0500 |
| commit | 4c714b99035e4888575be6f770b6b0da2531b5d0 (patch) | |
| tree | 75c2116726998bb2d8f189e268dce8d848f65065 /static/media/css/grimoire.css | |
| parent | 59943f816ba9b2cd383e25ba96aaf7d8c77a27d4 (diff) | |
Enable pygments-based source code highlighting
Diffstat (limited to 'static/media/css/grimoire.css')
| -rw-r--r-- | static/media/css/grimoire.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/media/css/grimoire.css b/static/media/css/grimoire.css index 0de122c..06e5e04 100644 --- a/static/media/css/grimoire.css +++ b/static/media/css/grimoire.css @@ -5,7 +5,7 @@ body { line-height: 30px; } -code { +code, .codehilite pre { font-family: 'Menlo', monospace; font-size: 80%; } |
