add syntax highlighting
This commit is contained in:
@@ -11,3 +11,5 @@ enableGitInfo = true
|
|||||||
[markup.goldmark]
|
[markup.goldmark]
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe = true
|
unsafe = true
|
||||||
|
[markup.highlight]
|
||||||
|
style = 'nord'
|
||||||
|
|||||||
@@ -147,7 +147,9 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background-color: #ddd;
|
background-color: #2e3440;
|
||||||
|
color: #d8dee9;
|
||||||
|
margin: 0;
|
||||||
padding: 1ch 1ch;
|
padding: 1ch 1ch;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user