From b10b8f1e5cbf172b6e361243f9f5e19fc2bf8b90 Mon Sep 17 00:00:00 2001 From: Makrowave <35488365+Makrowave@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:03:37 +0100 Subject: [PATCH] refactor: changed hard code item rarity colors to css variables --- Server/Components/UI/ItemCard.razor | 16 ++++++++-------- Server/wwwroot/css/game.css | 9 +++++++++ 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/Server/Components/UI/ItemCard.razor b/Server/Components/UI/ItemCard.razor index 3d96d0d..1ddead3 100644 --- a/Server/Components/UI/ItemCard.razor +++ b/Server/Components/UI/ItemCard.razor @@ -2,7 +2,7 @@