Move highlighting to all show notes code tags

This commit is contained in:
2025-11-13 19:55:35 -05:00
parent 2be718287f
commit 23f91a0410

View File

@@ -752,11 +752,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: auto;
padding: 0.1em 0;
}
}
nav.episodes {
color: var(--background-primary);
font-size: 0.9em;