Remove unnecessary background colors
This commit is contained in:
parent
bdd22ccbaf
commit
a459480973
1 changed files with 0 additions and 2 deletions
|
@ -54,7 +54,6 @@ body {
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: gray;
|
|
||||||
padding: 2pt;
|
padding: 2pt;
|
||||||
color: #d7d7d7;
|
color: #d7d7d7;
|
||||||
border: 5px solid black;
|
border: 5px solid black;
|
||||||
|
@ -66,7 +65,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.item:hover {
|
.item:hover {
|
||||||
background-color: red;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-image: url("/img/redstone_lamp_on.png");
|
background-image: url("/img/redstone_lamp_on.png");
|
||||||
background-size: 55px;
|
background-size: 55px;
|
||||||
|
|
Loading…
Reference in a new issue