Basic working code view

This commit is contained in:
Nathan McCarty 2025-02-06 18:16:33 -05:00
parent f46ca670fe
commit fd6b96f03d
3 changed files with 35 additions and 1 deletions

View file

@ -65,3 +65,9 @@ a:visited {
.post-body > h3, .post-body > h3, .post-body > h4 {
color: var(--fg-1);
}
/* Colorization for code blocks */
code {
color: var(--code-fg-0);
background-color: var(--code-bg-0);
}