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 |
||
| Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
#bodyContent { background-color: {{{1|white}}}; }<!-- Page color --> | #bodyContent { background-color: {{{1|white}}} !important; }<!-- Page color --> | ||
}} | }} | ||
Revision as of 02:48, 6 May 2020
{{#css:
#bodyContent { background-color: white !important; }
}}