Skip to content

Commit

Permalink
Change check.svg path to fix its display in file:// protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
agatemosu committed Jul 24, 2024
1 parent fa24178 commit 003651d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ input[type="checkbox"] {
}

input[type="checkbox"]:checked + label::before {
background-image: url("/assets/check.svg");
background-image: url("../assets/check.svg");
background-color: var(--button-hover);
}

0 comments on commit 003651d

Please sign in to comment.