MediaWiki:Common.css: Difference between revisions

From jugglingpatterns
No edit summary
No edit summary
Line 5: Line 5:
overflow-x: auto;
overflow-x: auto;
font-family: monospace;
font-family: monospace;
font-size: 1.4em;
background-color: #222222;
background-color: #222222;
border: 1px solid #444444;
border: 1px solid #444444;

Revision as of 15:19, 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;
    font-size: 1.4em;
    background-color: #222222; 
    border: 1px solid #444444; 
    border-radius: 4px;
}