Set code background to white

And try the GitHub chroma style.

See #97
This commit is contained in:
Bjørn Erik Pedersen
2018-08-03 18:24:31 +02:00
parent d39c790d02
commit 44069e09c5
4 changed files with 10 additions and 11878 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ pygmentsCodeFences = true
pygmentsOptions = ""
# Use the Chroma stylesheet
pygmentsUseClasses = true
pygmentsUseClasses = false
pygmentsUseClassic = false
# See https://help.farbox.com/pygments.html
pygmentsStyle = "trac"
pygmentsStyle = "github"
[outputs]
home = [ "HTML", "RSS", "REDIR", "HEADERS" ]
+1 -1
View File
@@ -19,7 +19,7 @@ code {
padding: 0.2em;
margin: 0;
font-size: 85%;
background-color: rgba(27,31,35,0.05);
background-color: #fff;
border-radius: 3px;
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long