From 4843e3d846a3164e88204882efde77c3b4ef5226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Sun, 9 Oct 2022 12:52:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E4=BF=AE=E6=94=B9=E5=9C=A3?= =?UTF-8?q?=E9=81=97=E7=89=A9=E8=AF=84=E5=88=86=E8=BF=94=E5=9B=9E=E7=9A=84?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/player_cards.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/genshin/player_cards.py b/plugins/genshin/player_cards.py index def9e30..ae559a1 100644 --- a/plugins/genshin/player_cards.py +++ b/plugins/genshin/player_cards.py @@ -208,9 +208,9 @@ class Artifact(BaseModel): mapping = { "D": "text-neutral-400", "C": "text-neutral-200", - "B": "text-neutral-200", + "B": "text-violet-400", "A": "text-violet-400", - "S": "text-violet-400", + "S": "text-yellow-400", "SS": "text-yellow-400", "SSS": "text-yellow-400", "ACE": "text-red-500",