From 685b28298bc5131dfd59bd916c331df4e9ac267b Mon Sep 17 00:00:00 2001 From: Agath21 Date: Mon, 20 Jan 2025 15:35:25 +0100 Subject: [PATCH] Fix default style for splash #30 --- css/storymap.css | 2 +- index.html | 4 ++-- js/storymap.js | 5 +---- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/css/storymap.css b/css/storymap.css index cf7c204..ec44bcb 100644 --- a/css/storymap.css +++ b/css/storymap.css @@ -44,7 +44,7 @@ body { position: fixed; z-index: 50; width: 100%; - color: #ffffff; + background-color: #fffffff5; height: 100%; top: 0px; left: 0px; diff --git a/index.html b/index.html index af92304..9670c3e 100755 --- a/index.html +++ b/index.html @@ -49,8 +49,8 @@