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

@@ -147,7 +147,9 @@ img {
}
pre {
background-color: #ddd;
background-color: #2e3440;
color: #d8dee9;
margin: 0;
padding: 1ch 1ch;
border-radius: 3px;
}