diff --git a/styles/familiar-sheet-dark-red-header.css b/styles/familiar-sheet-dark-red-header.css index 39f7647..6ce147f 100644 --- a/styles/familiar-sheet-dark-red-header.css +++ b/styles/familiar-sheet-dark-red-header.css @@ -1,6 +1,6 @@ /* Dark sheet background with red header */ .actor.sheet.familiar .window-content { - background: url(/systems/pf2e/assets/sheet/header.webp), var(--sheet-dark); + background: url(../img/header.webp), var(--sheet-dark); background-attachment: local; background-repeat: repeat-x, no-repeat; background-size: 1335px, cover;