Template:Infobox chip/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 16: Line 16:


html.skin-citizen-light .infobox.chip-dark {
html.skin-citizen-light .infobox.chip-dark {
background: #b58cd6;
background: #b58cd6 !important;
}
}


html.skin-citizen-dark .infobox.chip-dark {
html.skin-citizen-dark .infobox.chip-dark {
background: #544163;
background: #544163 !important;
}
}

Revision as of 18:43, 20 October 2022

html.skin-citizen-light .infobox.chip-class-giga {
background: #f7cee7;
}

html.skin-citizen-dark .infobox.chip-class-giga {
	background: #63535D;
}

html.skin-citizen-light .infobox.chip-class-mega {
	background: #adefef;
}

html.skin-citizen-dark .infobox.chip-class-mega {
	background: #486363;
}

html.skin-citizen-light .infobox.chip-dark {
	background: #b58cd6 !important;
}

html.skin-citizen-dark .infobox.chip-dark {
	background: #544163 !important;
}