MediaWiki:Common.css: Difference between revisions

From Javul
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
}
}


.mw-body-content a:link {text-decoration: underline; }
.mw-body-content a:link, a:visited {text-decoration: underline; text-decoration-color: #cbd5e4;}

Latest revision as of 18:35, 28 May 2018

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

.mw-editfont-monospace,
.mw-editfont-sans-serif,
.mw-editfont-serif {
	font-size: 17px !important;
}

.mw-body-content a:link, a:visited {text-decoration: underline; text-decoration-color: #cbd5e4;}