Basic working code view
This commit is contained in:
parent
f46ca670fe
commit
fd6b96f03d
3 changed files with 35 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue