Template:Background colour: Difference between revisions
From MicrasWiki
Jump to navigationJump to search
Created page with "{{#css: #bodyContent { background-color: {{{1|white}}}; }<!-- Page color --> }}" |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
#bodyContent { background-color: {{{1|white}}}; }<!-- Page color --> | #bodyContent { background-color: {{{1|white}}} !important; }<!-- Page color --> | ||
}} | }}<noinclude>[[Category:Formatting templates]]</noinclude> | ||
Latest revision as of 17:55, 6 May 2020
{{#css:
#bodyContent { background-color: white !important; }
}}