From jugglingpatterns
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ |
/* CSS placed here will be applied to all skins */ |
||
@import "/js/darkreader_export.css"; |
@import "/js/darkreader_export.css"; |
||
.throw-sequence { |
|||
pre { |
|||
white-space: pre; |
white-space: pre; |
||
overflow-x: auto; |
overflow-x: auto; |
||
Revision as of 15:18, 13 January 2025
/* CSS placed here will be applied to all skins */
@import "/js/darkreader_export.css";
.throw-sequence {
white-space: pre;
overflow-x: auto;
font-family: monospace;
background-color: #222222;
border: 1px solid #444444;
border-radius: 4px;
}