Skip to content

Commit

Permalink
Update main.css (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
LULdev authored Oct 4, 2023
1 parent 6ebeaa2 commit 685fc8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/client/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ html, body, canvas {
height: 100%;
margin: 0;
padding: 0;
background: rgba(0, 0, 0, 0.4);

}

div {
Expand Down Expand Up @@ -67,7 +69,7 @@ div {
position: absolute;
width: 300px;
height: 320px;
background: rgba(255, 255, 255, 0.7);
background: rgba(22, 22, 22, 0.7);
bottom: 5px;
left: 5px;
border-radius: 5px;
Expand Down

0 comments on commit 685fc8c

Please sign in to comment.