Change all addresses to be relative

This commit is contained in:
2024-02-23 17:52:31 -06:00
parent 3b97e1dae4
commit a9f3a6f3a5
5 changed files with 19 additions and 33 deletions

View File

@@ -79,7 +79,7 @@
display: inline-block;
width: 16px; height: 16px;
margin-left: 4px;
background-image: url('//assets.worlio.com/style/icons/close');
background-image: url('icons/close');
background-size: 100%;
cursor: pointer;
}