mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-29 18:27:33 +08:00
chore: change insane badge colors per request
This commit is contained in:
parent
178033c2ef
commit
a12999d1fe
1 changed files with 4 additions and 2 deletions
|
|
@ -130,8 +130,10 @@ const badges: Record<number, UserBadge> = {
|
|||
name: "Insane",
|
||||
description: "I typed for 69 hours straight",
|
||||
icon: "fa-bomb",
|
||||
color: "var(--bg-color)",
|
||||
background: "var(--main-color)",
|
||||
color: "white",
|
||||
background: "#093d79",
|
||||
customStyle:
|
||||
"animation: gold-shimmer 10s cubic-bezier(0.5, 0, 0.5, 1) infinite; background: linear-gradient(90deg, rgb(8 31 84) 0%, rgb(18 134 158) 100%); background-size: 200% 200%;",
|
||||
},
|
||||
16: {
|
||||
id: 16,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue