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

Template page
(Created page with ".infobox.chip-class-giga { background: red; }")
 
No edit summary
Line 1: Line 1:
.infobox.chip-class-giga {
.skin-citizen-light .infobox.chip-class-giga {
background: red;
background: #f7cee7;
}
 
.skin-citizen-dark .infobox.chip-class-giga {
background: #8c3152;
}
 
.skin-citizen-light .infobox.chip-class-mega {
background: #adefef;
}
 
.skin-citizen-dark .infobox.chip-class-mega {
background: #52849c;
}
}

Revision as of 22:38, 18 October 2022

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

.skin-citizen-dark .infobox.chip-class-giga {
	background: #8c3152;
}

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

.skin-citizen-dark .infobox.chip-class-mega {
	background: #52849c;
}