Skip to content

Commit

Permalink
Revert "Fix wrong img paths"
Browse files Browse the repository at this point in the history
I guess this wasn't broken? Honestly, I'm confused...

This reverts commit 0f50ccf.
  • Loading branch information
gnusenpai committed Feb 21, 2023
1 parent 0f50ccf commit 32f4d6c
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 32f4d6c

Please sign in to comment.