More actions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 27: | Line 27: | ||
} | } | ||
.skin-citizen-dark .mode-light img {display: none;} | |||
.skin-citizen-light .mode-dark img {display: none;} | |||
} |
Revision as of 01:39, 25 February 2025
/* CSS placed here will be applied to all skins */ .player-tag { text-wrap-mode: nowrap; } .player-tag img { image-rendering: pixelated; width: 1em; border-radius: 2px; } .hidden-alt-text { font-size: 0; } .mc-hearts::before { content: ' ('; } .mc-hearts::after { content: ')'; } .nowrap { white-space: nowrap; white-space-collapse: collapse; text-wrap-mode: nowrap; } .skin-citizen-dark .mode-light img {display: none;} .skin-citizen-light .mode-dark img {display: none;}