MediaWiki:Common.css: Difference between revisions
(Blanked the page) Tag: Blanking |
No edit summary |
||
Line 1: | Line 1: | ||
/*Paragraph style*/ | |||
* { | |||
font-family: Tahoma, System sans-serif; | |||
} | |||
/*Body styling*/ | |||
html { | |||
font-size: 125% | |||
} |
Revision as of 09:38, 5 January 2023
/*Paragraph style*/ * { font-family: Tahoma, System sans-serif; } /*Body styling*/ html { font-size: 125% }