Template:TemplateData/style.css: Difference between revisions

Template page
(Created page with "→‎CSS in this template will affect pages where TemplateData documentation is shown: pre, .mw-code { color: inherit !important; }")
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
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 */


pre, .mw-code {
/* Fix colors for Citizen dark mode
color: inherit !important;
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;
}
 
.documentation {
clear: both;
}
}

Latest revision as of 19:26, 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;
}

.documentation {
	clear: both;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.