Difference between revisions of "MediaWiki:Common.css"
From JFA Wiki
Gregfuller (talk | contribs) (Magnify by changing body font-size from 100% to 130%) |
Gregfuller (talk | contribs) (testing) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | /* magnify most everything */ | ||
body { | body { | ||
font-size: 130%; | font-size: 130%; | ||
+ | background-color: #7a7a7a; | ||
+ | color: red; | ||
} | } |
Revision as of 22:17, 30 January 2019
/* CSS placed here will be applied to all skins */
/* magnify most everything */ body { font-size: 130%; background-color: #7a7a7a; color: red; }