MediaWiki:Common.css: Difference between revisions

From The Last Starwiki
Jump to navigation Jump to search
(Add Font Awesome social media icon styling)
 
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;
}