Template:TemplateData/style.css: Difference between revisions

Template page
No edit summary
(Fixed background color to standard page color from Citizen Dark)
Line 1: Line 1:
/* CSS in this template will affect pages where TemplateData documentation is shown */
/* 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 {
pre, code, .mw-code {
background-color: rgb(31, 38, 44) !important;
background-color: rgb(31, 38, 44) !important;
Line 7: Line 10:


.template-doc {
.template-doc {
background-color: rgb(31, 38, 44);
background-color: rgb(19, 26, 32);
color: rgba(255,255,255,0);
color: rgba(255,255,255,0);
}
}

Revision as of 14:27, 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: rgba(255,255,255,0);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.