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
 
(7 intermediate revisions by the same user not shown)
Line 5: Line 5:
.badge a.new {
.badge a.new {
color: #ffcccb !important;
color: #ffcccb !important;
}
.badge-motif {
color: #fff;
background-color: #2b4040;
}
}

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