Move highlighting to all show notes code tags
This commit is contained in:
@@ -752,9 +752,12 @@ fieldset > table td input[type="radio"] {
|
|||||||
}
|
}
|
||||||
#show_notes pre
|
#show_notes pre
|
||||||
{
|
{
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
#show_notes code {
|
||||||
|
display: inline-block;
|
||||||
background-color: var(--show-notes-pre-background);
|
background-color: var(--show-notes-pre-background);
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
overflow: auto;
|
|
||||||
padding: 0.1em 0;
|
padding: 0.1em 0;
|
||||||
}
|
}
|
||||||
nav.episodes {
|
nav.episodes {
|
||||||
|
|||||||
Reference in New Issue
Block a user