From 58473bbd17b59715dd7973e141b150e23a151ce8 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Fri, 25 Sep 2020 23:11:31 -0600 Subject: [PATCH] (very minor splash changes) --- index.html | 2 +- style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index dd3264f..4429f9c 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,7 @@

Other levels

-

You can play any levels you have lying around, or perhaps ones you found on the Bit Busters Club set list!

+

You can play CHIPS.DAT from the original Microsoft version, any custom levels you have lying around, or perhaps ones you found on the Bit Busters Club set list!

diff --git a/style.css b/style.css index 97c532b..2d59920 100644 --- a/style.css +++ b/style.css @@ -359,6 +359,7 @@ body[data-mode=player] #editor-play { #splash > section { padding: 1em; background: var(--panel-bg-color); + box-shadow: 0 0.25em 1em black; } #splash > #splash-intro { grid-area: intro;