Geekahedron (talk | contribs) No edit summary |
Geekahedron (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
background-color: rgb(19, 26, 32); | background-color: rgb(19, 26, 32); | ||
color: #eee; | color: #eee; | ||
} | |||
.mw-parser-output .documentation { | |||
clear: both; | |||
} | } |
Revision as of 18:23, 8 April 2022
/* CSS in this template will affect pages where TemplateData documentation is shown */
/* Fix colors for Citizen dark mode
TODO:: add dynamic changes for light mode skins
*/
pre, code, .mw-code {
background-color: rgb(31, 38, 44) !important;
color: #ddd !important;
}
.template-doc {
background-color: rgb(19, 26, 32);
color: #eee;
}
.mw-parser-output .documentation {
clear: both;
}