MediaWiki:Gadget-LinkHighlights.css: Difference between revisions

From Halopedia, the Halo wiki

(Created page with "→‎Highlight redirect and disambiguation links: a.mw-redirect:not(:hover) { text-decoration: underline dashed !important; } a.mw-disambig { border-bottom: 1px dotted !important; }")
 
(No difference)

Latest revision as of 19:35, April 3, 2024

/* Highlight redirect and disambiguation links */

a.mw-redirect:not(:hover) {
	text-decoration: underline dashed !important;
}
a.mw-disambig {
	border-bottom: 1px dotted !important;
}