This commit is contained in:
Lewis Wynne 2026-05-01 01:28:27 +01:00
parent d9235595c4
commit 886ce662ba
2 changed files with 20 additions and 6 deletions

View file

@ -35,19 +35,16 @@ figcaption {
pre {
max-width: 100%;
overflow-x: auto;
}
pre:has(> code) {
padding: 0.75rem 1rem;
border-radius: 4px;
}
code {
font-size: 0.95em;
}
:not(pre) > code {
padding: 0.1em 0.3em;
border-radius: 3px;
}
.anchor {
text-decoration: none;
margin-right: 0.3em;