mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 18:54:41 -04:00
Revert "Set code background to white"
See #97 This reverts commit 44069e09c5d6e97e71ea07ff7bd257571e000eb7.
This commit is contained in:
parent
ffc56b8807
commit
ec3629f6fb
@ -22,11 +22,11 @@ pygmentsCodeFences = true
|
|||||||
|
|
||||||
pygmentsOptions = ""
|
pygmentsOptions = ""
|
||||||
# Use the Chroma stylesheet
|
# Use the Chroma stylesheet
|
||||||
pygmentsUseClasses = false
|
pygmentsUseClasses = true
|
||||||
pygmentsUseClassic = false
|
pygmentsUseClassic = false
|
||||||
|
|
||||||
# See https://help.farbox.com/pygments.html
|
# See https://help.farbox.com/pygments.html
|
||||||
pygmentsStyle = "github"
|
pygmentsStyle = "trac"
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = [ "HTML", "RSS", "REDIR", "HEADERS" ]
|
home = [ "HTML", "RSS", "REDIR", "HEADERS" ]
|
||||||
|
@ -19,7 +19,7 @@ code {
|
|||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
background-color: #fff;
|
background-color: rgba(27,31,35,0.05);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
11880
themes/gohugoioTheme/static/dist/app.bundle.js
vendored
11880
themes/gohugoioTheme/static/dist/app.bundle.js
vendored
File diff suppressed because one or more lines are too long
2
themes/gohugoioTheme/static/dist/main.css
vendored
2
themes/gohugoioTheme/static/dist/main.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user