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

Template page
No edit summary
No edit summary
Line 1: Line 1:
html.skin-citizen-light .infobox.chip-class-giga {
html.skin-citizen-light .infobox.chip-class-giga {
background: #f7cee7;
background: #f7cee7;
}
}



Revision as of 19:52, 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;
}