diff --git a/backend/database.db b/backend/database.db
index 24d4450..8461bbf 100644
Binary files a/backend/database.db and b/backend/database.db differ
diff --git a/frontend/src/pages/games.css b/frontend/src/pages/games.css
index 3e88cbd..99f9ba3 100644
--- a/frontend/src/pages/games.css
+++ b/frontend/src/pages/games.css
@@ -1,6 +1,13 @@
-.bar-bg {
+.bar-bg-mana {
width: 100%;
- background-color: #333;
+ background-color: #090040;
+ border-radius: 4px;
+ height: 10px;
+ overflow: hidden;
+}
+.bar-bg-health {
+ width: 100%;
+ background-color: #a10000;
border-radius: 4px;
height: 10px;
overflow: hidden;
@@ -13,7 +20,7 @@
}
.bar-fg-red {
- background-color: red;
+ background-color: rgb(52, 190, 24);
}
.bar-fg-blue {
@@ -27,11 +34,7 @@
#8A2BE2 50%, /* Purple */
#4169E1 100% /* Blue */
);
- -webkit-background-clip: text;
- background-clip: text;
- -webkit-text-fill-color: transparent;
- color: transparent;
- display: inline-block; /* Ensure icon remains visible */
+ border-radius: 5px;
}
.rarity-1 {
diff --git a/frontend/src/pages/games.jsx b/frontend/src/pages/games.jsx
index 74d23e9..6868b88 100644
--- a/frontend/src/pages/games.jsx
+++ b/frontend/src/pages/games.jsx
@@ -12,6 +12,7 @@ import WcIcon from '@mui/icons-material/Wc';
import WorkIcon from '@mui/icons-material/Work';
import HeartIcon from '@mui/icons-material/Favorite';
import WaterDropIcon from '@mui/icons-material/WaterDrop';
+import KeyboardDoubleArrowUpIcon from '@mui/icons-material/KeyboardDoubleArrowUp';
import defaultCharacterImage from '../assets/default-character.png';
import defaultItemImage from '../assets/default-item.png';
@@ -92,11 +93,11 @@ const GamesPage = () => {
No Character Found