MediaWiki:Common.css: Difference between revisions

From Diskmags Catalog
No edit summary
No edit summary
Line 3: Line 3:
background-color: rgb(244, 238, 224) !important;
background-color: rgb(244, 238, 224) !important;
color: rgb(109, 93, 110) !important;
color: rgb(109, 93, 110) !important;
}
a[href]{
color: rgb(188, 19, 254);
}
}

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);
}