Skip to content

Commit 2ca88c3

Browse files
committed
improve colors
1 parent 05a3a08 commit 2ca88c3

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

react/rpg/src/inventory/index.module.scss

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
position: absolute;
33
left: 10px;
44
top: 10px;
5-
width: 300px;
5+
width: 380px;
66
height: 500px;
77
overflow: hidden;
88
border-radius: 10px;
99
}
1010

1111
.border {
1212
border-width: 10px;
13-
border-color: #c5a97b;
13+
border-color: #adadad;
1414
border-radius: 10px;
1515
pointer-events: none;
1616
width: 100%;
@@ -23,28 +23,30 @@
2323
flex-grow: 1;
2424
max-height: 100%;
2525
flex-direction: column;
26-
width: 310px;
26+
width: 390px;
2727
}
2828

2929
.items {
3030
flex-direction: row;
3131
flex-wrap: wrap;
3232
padding: 4px;
33-
background-color: #e4ceab;
33+
background-color: #adadad;
3434
}
3535

3636
.itemSlot {
3737
margin: 4px;
3838
border-radius: 4px;
3939
flex: 0;
40-
width: 60px;
41-
height: 60px;
42-
background-color: #ada495;
40+
width: 80px;
41+
padding: 5px;
42+
height: 80px;
43+
background-color: #cacaca;
4344

4445
border-width: 2px;
45-
border-color: #8c816e;
46+
border-color: #9c9c9c;
47+
box-shadow: 1px 1px 5px 5px 5px black;
4648

4749
&:hover {
48-
background-color: #ccc5b9;
50+
background-color: #dddddd;
4951
}
5052
}

0 commit comments

Comments
 (0)