Update styling, again

Fix font drift fully, remove code block padding, use colorful headings
This commit is contained in:
2026-07-29 11:31:54 -04:00
parent 169b78220f
commit 6fbdbc1583
4 changed files with 62 additions and 2 deletions

15
snippets/code-blocks.css Normal file
View File

@@ -0,0 +1,15 @@
/* Reading view */
.markdown-rendered pre {
padding-left: 0;
padding-right: 0;
}
.markdown-rendered pre > code {
padding-left: 0;
padding-right: 0;
}
/* Live Preview */
.markdown-source-view.mod-cm6 .HyperMD-codeblock {
padding-left: 0 !important;
padding-right: 0 !important;
}