MediaWiki:Common.css: Difference between revisions

From The Last Starwiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 6: Line 6:
.social a, .social a:visited {
.social a, .social a:visited {
color: #000 !important;
color: #000 !important;
background-image: none !important;
    background-position: initial !important;
    background-repeat: no-repeat !important;
    padding-right: inherit !important;
}
}

Revision as of 17:02, 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;
	background-image: none !important;
    background-position: initial !important;
    background-repeat: no-repeat !important;
    padding-right: inherit !important;
}