MediaWiki:Common.css: Difference between revisions

From Diskmags Catalog
No edit summary
No edit summary
Line 6: Line 6:
a[href]{
a[href]{
color: rgb(188, 19, 254);
color: rgb(188, 19, 254);
}
a[href]:hover{
color: rgb(109, 93, 110);
}
}

Revision as of 16:21, 3 July 2023

/* CSS placed here will be applied to all skins */
.mw-highlight{
	background-color: rgb(244, 238, 224) !important;
	color: rgb(109, 93, 110) !important;
}
a[href]{
	color: rgb(188, 19, 254);
}
a[href]:hover{
	color: rgb(109, 93, 110);
}