Skip to content

Commit

Permalink
Fix wrong img paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gnusenpai committed Feb 21, 2023
1 parent 87a19db commit 0f50ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logic/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ select {
}

.preferenceButton {
background-image: url('../img/settingsIcon.webp');
background-image: url('img/settingsIcon.webp');
background-size: cover;
-webkit-filter: invert(1);
filter: invert(1);
Expand Down Expand Up @@ -98,7 +98,7 @@ select {
top: 1vh;
left: 1vh;

background-image: url('../img/x.webp');
background-image: url('img/x.webp');
background-size: cover;
background-repeat: no-repeat;

Expand Down

0 comments on commit 0f50ccf

Please sign in to comment.