Use kronuz theme for syntax highlighting
This commit is contained in:
parent
0482cbe6b6
commit
c67dc35515
@ -13,6 +13,7 @@ taxonomies = [
|
||||
|
||||
[markdown]
|
||||
highlight_code = true
|
||||
highlight_theme = "kronuz"
|
||||
smart_punctuation = true
|
||||
|
||||
[extra]
|
||||
|
@ -175,8 +175,8 @@ main {
|
||||
code { font-size: 14px }
|
||||
li>code { word-wrap: break-word }
|
||||
p>code {
|
||||
background-color: #2b303b;
|
||||
color: #c0c5ce;
|
||||
background-color: #383838;
|
||||
color: #e6e1dc;
|
||||
padding: .2em .5em;
|
||||
border-radius: .3em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user