fix image paths in css

main
xenofem 2022-05-03 19:21:03 -04:00
parent 6ceb79374a
commit a79e9ae99c
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ body {
width: 18px;
height: 18px;
background-color: #333;
mask-image: url("images/feather-icons/copy.svg");
mask-image: url("../images/feather-icons/copy.svg");
mask-size: contain;
mask-repeat: no-repeat;
}
@ -108,7 +108,7 @@ td {
.delete_button {
background-color: #888;
mask-image: url("images/feather-icons/x.svg");
mask-image: url("../images/feather-icons/x.svg");
mask-size: contain;
mask-repeat: no-repeat;
mask-position: center;