diff --git a/src/styles/item-card.css b/src/styles/item-card.css index b22052e..fcf9e33 100644 --- a/src/styles/item-card.css +++ b/src/styles/item-card.css @@ -1,6 +1,6 @@ /* IMAGES */ .image-item-common{ - content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-common.webp); + content: url(https://static.kdiva.ru/foundry-main/images/image-items-common.webp); height: 65px; background-size: 300px; background-repeat: no-repeat; @@ -8,7 +8,7 @@ } .image-item-uncommon{ - content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-uncommon.webp); + content: url(https://static.kdiva.ru/foundry-main/images/image-items-uncommon.webp); height: 65px; background-size: 300px; background-repeat: no-repeat; @@ -16,7 +16,7 @@ } .image-item-rare{ - content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-rare.webp); + content: url(https://static.kdiva.ru/foundry-main/images/image-items-rare.webp); height: 65px; background-size: 300px; background-repeat: no-repeat; @@ -24,7 +24,7 @@ } .image-item-veryrare{ - content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-veryrare.webp); + content: url(https://static.kdiva.ru/foundry-main/images/image-items-veryrare.webp); height: 65px; background-size: 300px; background-repeat: no-repeat; @@ -32,7 +32,7 @@ } .image-item-legendary{ - content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-legendary.webp); + content: url(https://static.kdiva.ru/foundry-main/images/image-items-legendary.webp); height: 65px; background-size: 300px; background-repeat: no-repeat; @@ -40,7 +40,7 @@ } .image-item-artifact{ - content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-artifact.webp); + content: url(https://static.kdiva.ru/foundry-main/images/image-items-artifact.webp); height: 65px; background-size: 300px; background-repeat: no-repeat;