Template:Background colour: Difference between revisions

From MicrasWiki
Jump to navigationJump to search
Malliki (talk | contribs)
Created page with "{{#css: #bodyContent { background-color: {{{1|white}}}; }<!-- Page color --> }}"
 
Malliki (talk | contribs)
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; }

}}