From jugglingpatterns
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
overflow-x: auto; |
overflow-x: auto; |
||
font-family: monospace; |
font-family: monospace; |
||
background-color: #222222; |
|||
} |
|||
border: 1px solid #444444; |
|||
border-radius: 4px; |
|||
p + .throw-sequence { |
|||
margin-top: 0; |
|||
} |
|||
.throw-sequence + p { |
|||
margin-top: 0; |
|||
} |
|||
.throw-sequence { |
|||
margin-bottom: 0; |
|||
margin-top: 0; |
|||
} |
} |
||
Revision as of 15:17, 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;
background-color: #222222;
border: 1px solid #444444;
border-radius: 4px;
}