Fixed style.css

This commit is contained in:
Tracker-Friendly 2024-02-27 17:11:35 +00:00
parent eaf04e20f1
commit ba1411eed5
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ body {
filter: invert(var(--invertdm)); filter: invert(var(--invertdm));
padding-left: 17.5px; padding-left: 17.5px;
padding-right: 17.5px; padding-right: 17.5px;
background-image: url("/static/svg/delete.svg"); background-image: url("../static/svg/delete.svg");
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 55%; background-size: 55%;