Template:TemplateData/style.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 2: Line 2:


pre, code, .mw-code {
pre, code, .mw-code {
background-color: #1a1a1b !important;
background-color: rgb(31, 38, 44) !important;
color: #ddd !important;
color: #ddd !important;
}
}

Revision as of 19:59, 7 April 2022

/* CSS in this template will affect pages where TemplateData documentation is shown */

pre, code, .mw-code {
	background-color: rgb(31, 38, 44) !important;
	color: #ddd !important;
}

.template-doc {
	background-color: rgb(31, 38, 44);
	color: rgba(255,255,255,0);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.