Merge pull request '[i299] fix auto scroll highlighting of code blocks' (#302) from i299_fix-auto-scroll-highlighting-of-code-blocks into main

Reviewed-on: #302
This commit was merged in pull request #302.
This commit is contained in:
2025-11-14 21:22:54 +00:00

View File

@@ -755,11 +755,14 @@ fieldset > table td input[type="radio"] {
}
#show_notes pre
{
overflow: auto;
}
#show_notes code {
display: inline-block;
background-color: var(--show-notes-pre-background);
border: 1px solid #ddd;
overflow: scroll;
padding: 0.1em 0;
}
}
nav.episodes {
color: var(--background-primary);
font-size: 0.9em;