Skip to content

Commit

Permalink
more button like inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed May 14, 2024
1 parent 3f706c6 commit b14dcb5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/inventory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,18 @@ export class Inventory extends LitElement {
cursor: pointer;
border-radius: 5px;
background-color: #1e1e1e;
margin-bottom: 5px;
margin-bottom: 10px;
padding: 5px;
border: 2px solid white;
box-shadow: 0 3px gray;
}
button:hover,button:focus-visible {
outline: white solid 2px;
}
button:active {
transform: translate(0, 4px);
box-shadow: 0 0 black;
}
span {
margin-right: auto;
Expand Down

0 comments on commit b14dcb5

Please sign in to comment.