MediaWiki:DarkOnyx.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Onyx night theme */
/* CSS placed here will affect users of the Onyx night theme */
:root { --text-color: #D5D4D4; }


/* Header background */
/* Header background */
Line 17: Line 19:
pre, .mw-code {
pre, .mw-code {
background: #333;
background: #333;
}
/* Font color */
body, h1, h2, h3, h4, h5, h6,
#mw-toc-heading, #toc .toctitle {
color: #D5D4D4;
}
}