Refactor pygments.moon

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent a4258167df
commit 41baffb445
7 changed files with 52 additions and 59 deletions

View File

@@ -78,10 +78,6 @@ div.sourceCode {
margin: inherit;
}
div.sourceCode, div.highlight {
border-radius: 3px;
}
main * {
text-align: left;
margin-left: auto;
@@ -207,6 +203,11 @@ figure figcaption {
pre {
padding: 1em;
overflow: auto;
border-radius: 3px;
/* Dracula theme */
background: #282a36;
color: #f8f8f2;
}
:not(pre) > code {