Template:TemplateData/style.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 4: Line 4:
background-color: #1a1a1b !important;
background-color: #1a1a1b !important;
color: #ddd !important;
color: #ddd !important;
}
.template-doc {
background-color: rgb(19,26,32);
color: rgba(255,255,255,0);
}
}

Revision as of 19:38, 7 April 2022

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

pre, code, .mw-code {
	background-color: #1a1a1b !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.