What is this?
Documentation CSS
Could someone add the following to this stylesheet?
/* Documentation template */ .template-documentation .color1 { background-color: #36C; color: white; }
It will make the header and footer of the documentation look better when a template uses the {{documentation}} template.
--Trimoon (talk) 13:20, 9 April 2016 (CDT)
- This CSS will make it look even better with the links also white-colored.
.template-documentation .color1, #bodyContent .template-documentation .color1 a, #bodyContent .template-documentation .color1 a.external { background-color:#36C; color:white; }