add syntax highlighting

This commit is contained in:
David Eisinger
2023-10-24 20:48:55 -04:00
parent f86f391e82
commit 1ed0f8128e
2 changed files with 5 additions and 1 deletions

View File

@@ -11,3 +11,5 @@ enableGitInfo = true
[markup.goldmark] [markup.goldmark]
[markup.goldmark.renderer] [markup.goldmark.renderer]
unsafe = true unsafe = true
[markup.highlight]
style = 'nord'

View File

@@ -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;
} }