From a53d7e99efdb65d915b0a463324c046f632fecde Mon Sep 17 00:00:00 2001 From: Dorako Date: Mon, 27 Jun 2022 17:20:33 +0200 Subject: [PATCH] v1.3.25 --- styles/familiar-sheet-dark-red-header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;