Argh. Thanks for letting me know. Will try to fix tonight.
I try not to use !important
too much, but in this case it was already in there for supporters
must be ambiguous then, because itâs still yellow for me
Itâs yellow for me on mobile on the player cards in the game, but purple in chat and on the pop up when you click the players names
I think mod purple still exists, but is mistakenly being prioritised under supporter instead of over it.
Ah, so we can now discover which mods are premium
Do you have the full colour priority ranking?
All our mods are premium
Yep, and just on the player cards (hopefully). I changed more in there so that we could have different golds on dark and light.
But yeah, any thoughts on desired priority? Currently (previous to this change) it seems to be dictated by the order in Player.styl
:
&.supporter {
themed-important color supporter
}
&.professional {
themed-important color professional
}
&.ambassador{
themed-important color ambassador
}
&.teacher{
themed-important color teacher
}
&.bot{
themed-important color bot
}
&.moderator{
themed-important color moderator
}
&.aga {
themed-important color aga-official
}
&.admin{
themed-important color admin
}
&.guest {
color: #888;
cursor: default;
text-decoration: none;
}
Iâll try to follow this as a guide unless anyone has better idea on priority.
supporter = gold
professional = green
bot = grey
moderator = purple
aga = orange
But I donât know what colour teacher or admin are. I feel like Iâve seen teacher as blueâŚ
Since bot is the only one that canât overlap with any other position, wouldnât it make sense to place it either at the start or end to indicate that?
Everybodyâs a teacher
Admin is the same purple as mod, anoek and matburt (the only admins) just have a different icon next to their name (a wrench instead of a hammer)
They seem to be ordered by bottom overrides top, which in that case order should be fine for now. Some of those arenât used AFAIK but I wouldnât remove them just in case lol
Bots can be site supporters.
That ought to do it. If anyone can think of more special color games to look at, it would be greatly appreciated.
pros seem to be fine so as long as you fix the mod/supporter combo to prioritise mod colour it should be ok I didnât see any other issues
FYI this has been merged into the main site now and appears to be working properly