noodlebox / betterdiscord-plugins

Assorted small plugins for BetterDiscord
MIT License
87 stars 125 forks source link

Don't use inverted background for owner tag in profile modal header #15

Closed dddlr closed 7 years ago

dddlr commented 7 years ago

Discord has changed the background color of the profile header (after clicking "View Profile") from blurple to white. This commit reverses the colors in the background of the owner tag.

Before: a

After: b

Note that the profile header in the small profile popup (after clicking on, for example, a member on the member list) remains blurple: c

noodlebox commented 7 years ago

Looks good. Thanks!