This commit is contained in:
Cay 2026-03-14 13:35:54 +00:00
parent 74fc679614
commit b890d7e39d

View File

@ -403,29 +403,36 @@ body {
} }
#inventory-page { #inventory-page {
font-size: 16px; font-size: 18px;
font-weight: bold; font-weight: bold;
display: flex;
align-items: center;
} }
#inv-left, #inv-left,
#inv-right { #inv-right {
width: 40px; background: none;
height: 40px; border: none;
font-size: 20px; font-size: 24px;
cursor: pointer; cursor: pointer;
background: #6b4b2a; padding: 0;
color: white; margin: 0;
border: none; display: flex;
border-radius: 4px; align-items: center;
justify-content: center;
color: #5c3b20;
} }
#inv-left:hover, #inv-left:hover,
#inv-right:hover { #inv-right:hover {
background: #8b6a3c; color: #8b6a3c;
transform: scale(1.1);
} }
#inventory-nav { #inventory-nav {
@ -433,7 +440,7 @@ body {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
gap: 20px; gap: 15px;
margin-top: 10px; margin-top: 10px;
} }