More actions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
.player-tag { | .player-tag { | ||
image-rendering: pixelated; | image-rendering: pixelated; | ||
width: 1em; | |||
border-radius: 2px; | |||
} | } | ||
Revision as of 13:28, 24 February 2025
/* CSS placed here will be applied to all skins */
.player-tag {
image-rendering: pixelated;
width: 1em;
border-radius: 2px;
}