Template:Badge/styles.css: Difference between revisions
Template page
More actions
No edit summary |
m 1 revision imported: New Files |
||
(No difference)
|
Latest revision as of 11:54, 24 March 2024
.template-badge {
margin: 0 0.1rem;
padding: 0.1rem 0.4rem;
border-radius: 4px;
background-color: #373d43;
color: #fff;
font-size: 0.875rem;
font-weight: 500;
}
.template-badge--inverted {
background-color: #eaecf0;
color: #131920;
}