MediaWiki:MotifBadges.css: Difference between revisions

From The Seven Sages of Rome
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 9: Line 9:
.badge-motif {
.badge-motif {
color: #fff;
color: #fff;
    background-color: #3D5A5B;
background-color: #2b4040;
}
}

Latest revision as of 20:09, 24 April 2026

.badge a {
	color: white !important;
}

.badge a.new {
	color: #ffcccb !important;
}

.badge-motif {
	color: #fff;
	background-color: #2b4040;
}