From jugglingpatterns
Content deleted Content added
No edit summary |
No edit summary Tag: Reverted |
||
Line 5:
overflow-x: auto;
font-family: monospace;
}
p > .throw-sequence {
margin: 0; /* Remove spacing between the paragraph and the template */
}
| |||
Revision as of 15:03, 13 January 2025
/* CSS placed here will be applied to all skins */
@import "/js/darkreader_export.css";
pre {
white-space: pre;
overflow-x: auto;
font-family: monospace;
}
p > .throw-sequence {
margin: 0; /* Remove spacing between the paragraph and the template */
}