mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 23:35:02 +08:00
updated badge colors
This commit is contained in:
parent
e3ab059e70
commit
1c8f037a04
1 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ const badges: Record<number, MonkeyTypes.UserBadge> = {
|
|||
name: "Supporter",
|
||||
description: "Donated money",
|
||||
icon: "fa-heart",
|
||||
color: "var(--bg-color)",
|
||||
color: "var(--text-color)",
|
||||
background: "var(--sub-color)",
|
||||
},
|
||||
7: {
|
||||
|
@ -76,8 +76,8 @@ const badges: Record<number, MonkeyTypes.UserBadge> = {
|
|||
name: "Bug Hunter",
|
||||
description: "Reported bugs on the site",
|
||||
icon: "fa-bug",
|
||||
color: "var(--bg-color)",
|
||||
background: "var(--main-color)",
|
||||
color: "var(--text-color)",
|
||||
background: "var(--sub-color)",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue