MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Totengeist (talk | contribs) (Add Font Awesome social media icon styling) |
Totengeist (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.social { | .social { | ||
font-size: 2em; | font-size: 2em !important; | ||
} | } | ||
.social a, .social a:visited { | .social a, .social a:visited { | ||
color: #000; | color: #000 !important; | ||
} | } |
Revision as of 16:39, 20 July 2022
/* CSS placed here will be applied to all skins */ .social { font-size: 2em !important; } .social a, .social a:visited { color: #000 !important; }