Updated references to new assets location.

All references are now also absolute to escape relative references.
This commit is contained in:
2020-10-14 21:41:05 +02:00
committed by KevinMidboe
parent 73d15dcdff
commit 72ba0fb398
11 changed files with 26 additions and 26 deletions

View File

@@ -654,9 +654,9 @@ hr {
width: 150px;
height: 150px;
margin: 20px;
-webkit-mask-image: url(/../../public/assets/images/lodd.svg);
-webkit-mask-image: url(/assets/images/lodd.svg);
background-repeat: no-repeat;
mask-image: url(/../../public/assets/images/lodd.svg);
mask-image: url(/assets/images/lodd.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;