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: #2b4040;
background-color: #2b4040;
}
 
.badge-motif .motif-parent {
opacity: 0.65;
font-weight: 500;
}
}

Revision as of 20:02, 24 April 2026

.badge a {
	color: white !important;
}

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

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

.badge-motif .motif-parent {
	opacity: 0.65;
	font-weight: 500;
}