Remove unnecessary background colors

This commit is contained in:
sqozz 2021-04-30 02:14:55 +02:00
parent bdd22ccbaf
commit a459480973
1 changed files with 0 additions and 2 deletions

View File

@ -54,7 +54,6 @@ body {
.item {
display: flex;
background-color: gray;
padding: 2pt;
color: #d7d7d7;
border: 5px solid black;
@ -66,7 +65,6 @@ body {
}
.item:hover {
background-color: red;
cursor: pointer;
background-image: url("/img/redstone_lamp_on.png");
background-size: 55px;