MediaWiki:MotifBadges.css: Difference between revisions

From The Seven Sages of Rome
No edit summary
No edit summary
Line 15: Line 15:
opacity: 0.65;
opacity: 0.65;
font-weight: 500;
font-weight: 500;
}
.badge-motif.has-parent {
background-color: #415858;
border-left: 4px solid #9fb7b7;
}
}

Revision as of 20:03, 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;
}

.badge-motif.has-parent {
	background-color: #415858;
	border-left: 4px solid #9fb7b7;
}