MediaWiki:MotifBadges.css: Difference between revisions

From The Seven Sages of Rome
No edit summary
No edit summary
Line 9: Line 9:
.badge-motif {
.badge-motif {
color: #fff;
color: #fff;
     background-color: #3D5A5B;
     background-color: #2b4040;
}
}

Revision as of 19:55, 24 April 2026

.badge a {
	color: white !important;
}

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

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