update code pygmment to more closely match theme

This commit is contained in:
rhyneav 2018-01-02 10:26:35 -05:00
parent a0cc3303d6
commit ef936d86a5
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,7 @@ publishDir = "../public"
# Syntax Highlighting ( https://gohugo.io/content-management/syntax-highlighting/ )
pygmentsCodefences = true
pygmentsStyle = "emacs"
[params.info]
description = "the less formal CSS framework"

View file

@ -89,4 +89,7 @@ description: PaperCSS Lists
</ol>
<!-- Replace ol with ul for unordered lists. Go up to 5 levels deep! -->
<!-- For inline lists -->
<ul class="inline">...</ul>
```