MediaWiki:MotifBadges.css: Difference between revisions

From The Seven Sages of Rome
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
color: #fff;
color: #fff;
background-color: #2b4040;
background-color: #2b4040;
}
.badge-motif .motif-parent {
opacity: 0.65;
font-weight: 500;
}
}

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