Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
notLe0nard authored Dec 10, 2024
1 parent 8925e75 commit 50a67b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ height: 8vmin;
border: none;
font-size: 4vmin;
background-repeat: no-repeat;
background-image: url("/assets/textures/gui/button.png");
background-image: url("assets/textures/gui/button.png");
background-size: cover;
margin-top: 2vmin;
color: white;
Expand All @@ -101,7 +101,7 @@ text-shadow: .5vmin .5vmin 0px #000000;
transition: all 0.5s ease;
}
.button:hover{
background-image: url("/assets/textures/gui/button_highlighted.png");
background-image: url("assets/textures/gui/button_highlighted.png");
transform: scale(1.05);
}

Expand Down Expand Up @@ -129,7 +129,7 @@ height: 8vmin;
border: none;
font-size: 4vmin;
background-repeat: no-repeat;
background-image: url("/assets/textures/gui/button_disabled.png");
background-image: url("assets/textures/gui/button_disabled.png");
background-size: cover;
margin-top: 2vmin;
color: white;
Expand Down

0 comments on commit 50a67b4

Please sign in to comment.