code style change

This commit is contained in:
Michael Freno
2025-12-30 11:38:08 -05:00
parent 1f2704e4b4
commit f031666ffc
2 changed files with 84 additions and 0 deletions

View File

@@ -687,3 +687,20 @@ button:active,
#post-content-body span#references-section-start {
display: none !important;
}
pre {
background: #0d0d0d;
color: #fff;
font-family: "Source Code Pro", monospace;
padding: 0.75rem 1rem;
border-radius: 0.5rem;
code {
color: inherit;
padding: 0;
background: none;
font-size: 0.8rem;
max-height: 60vh;
overflow-y: auto;
scrollbar-color: var(--color-text) transparent;
}
}