Yellow on white is an awful color choice for text

2 Likes

Looks like moderators & developers are no longer purple on the game cards, now:

1 Like

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

2 Likes

Or has it already been fixed? Either that or the specificity is ambiguous…

must be ambiguous then, because it’s still yellow for me

2 Likes

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.

4 Likes

Ah, so we can now discover which mods are premium :star:

4 Likes

Do you have the full colour priority ranking?

All our mods are premium :heart:

1 Like

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.

1 Like

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 :slight_smile:

2 Likes

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)

3 Likes

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

Thanks for confirming @BHydden!

And as far as the colors go, if you’re curious @bugcat

5 Likes

Bots can be site supporters.

4 Likes

That ought to do it. If anyone can think of more special color games to look at, it would be greatly appreciated.

1 Like

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

1 Like

FYI this has been merged into the main site now and appears to be working properly

1 Like