From 10a767c7974189c531fd43fad387670ed6ec405a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Folles=C3=B8?= Date: Thu, 9 Apr 2020 13:55:26 +0200 Subject: [PATCH] Workaround to load background image from public folder on gh-pages --- public/index.html | 6 ++++++ src/index.css | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index b578352..c70fa23 100644 --- a/public/index.html +++ b/public/index.html @@ -27,6 +27,12 @@ Gloomhaven Decks + diff --git a/src/index.css b/src/index.css index 18cbe61..392a8f6 100644 --- a/src/index.css +++ b/src/index.css @@ -14,11 +14,6 @@ code { monospace; } -.background-map { - background: url('/gloomhaven/images/world-map/gloomhaven-map-orig.png') no-repeat center center fixed; - background-size: cover; -} - label { text-shadow: 3px 3px 6px black; }