MediaWiki:Common.css: Difference between revisions

From Castrella Wiki
Jump to navigation Jump to search
added underline and bolding to all links
 
(No difference)

Latest revision as of 09:23, 21 August 2025

/* CSS placed here will be applied to all skins */

a {
	text-decoration: underline;
	font-weight: bold;
}