1
0

Use kronuz theme for syntax highlighting

This commit is contained in:
Emil Miler 2022-12-08 14:11:07 +01:00
parent 0482cbe6b6
commit c67dc35515
2 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@ taxonomies = [
[markdown] [markdown]
highlight_code = true highlight_code = true
highlight_theme = "kronuz"
smart_punctuation = true smart_punctuation = true
[extra] [extra]

View File

@ -175,8 +175,8 @@ main {
code { font-size: 14px } code { font-size: 14px }
li>code { word-wrap: break-word } li>code { word-wrap: break-word }
p>code { p>code {
background-color: #2b303b; background-color: #383838;
color: #c0c5ce; color: #e6e1dc;
padding: .2em .5em; padding: .2em .5em;
border-radius: .3em; border-radius: .3em;
} }