MediaWiki:MotifBadges.css: Difference between revisions

From The Seven Sages of Rome
(Created page with ".badge a { color: white !important; } .badge a.new { color: #ffcccb !important; }")
 
No edit summary
 
Line 5: Line 5:
.badge a.new {
.badge a.new {
color: #ffcccb !important;
color: #ffcccb !important;
}
.badge-motif {
color: #fff;
    background-color: #485f75;
}
}

Latest revision as of 11:58, 12 March 2025

.badge a {
	color: white !important;
}

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

.badge-motif {
	color: #fff;
    background-color: #485f75;
}