1
Fork 0

Make code blocks scrollable

This commit is contained in:
prescientmoon 2025-06-19 13:43:35 +02:00
parent 414facc656
commit 648935e47f
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U

View file

@ -39,6 +39,7 @@ math[display="block"] {
pre > code {
display: block;
padding: 1rem;
overflow-x: scroll;
}
/* }}} */
/* {{{ General article styling */
@ -278,7 +279,6 @@ figure > figcaption > p {
@media (prefers-color-scheme: light) {
code {
background: #eff1f5;
white-space: pre-wrap;
}
.aside code {