Difference between revisions of "MediaWiki:Common.css"
From CUGC Wiki
(Use sensible default input color.) |
(Set both fore- and background.) |
||
Line 6: | Line 6: | ||
} | } | ||
− | input { | + | input, textarea { |
color: black; | color: black; | ||
+ | background-color: white; | ||
} | } |
Latest revision as of 01:08, 13 March 2019
/* CSS placed here will be applied to all skins */ #mw-content dl dt { font-weight: bold; font-size: 110%; } input, textarea { color: black; background-color: white; }