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; | |||
} | } | ||
html.skin-citizen-dark .infobox.chip-class-giga { | html.skin-citizen-dark .infobox.chip-class-giga { | ||
background: # | background: #63535D; | ||
} | } | ||
Line 12: | Line 12: | ||
html.skin-citizen-dark .infobox.chip-class-mega { | html.skin-citizen-dark .infobox.chip-class-mega { | ||
background: # | background: #486363; | ||
} | |||
html.skin-citizen-light .infobox.chip-dark { | |||
background: #b58cd6; | |||
} | |||
html.skin-citizen-dark .infobox.chip-dark { | |||
background: #544163; | |||
} | } |
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;
}
html.skin-citizen-dark .infobox.chip-dark {
background: #544163;
}