(very minor splash changes)

This commit is contained in:
Eevee (Evelyn Woods) 2020-09-25 23:11:31 -06:00
parent 68de70743f
commit 58473bbd17
2 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,7 @@
<section id="splash-upload-levels"> <section id="splash-upload-levels">
<h2>Other levels</h2> <h2>Other levels</h2>
<p>You can play any levels you have lying around, or perhaps ones you found on the <a href="https://sets.bitbusters.club/">Bit Busters Club set list</a>!</p> <p>You can play <code>CHIPS.DAT</code> from the original Microsoft version, any custom levels you have lying around, or perhaps ones you found on the <a href="https://sets.bitbusters.club/">Bit Busters Club set list</a>!</p>
<!-- TODO explain how to find chips.dat or steam folder --> <!-- TODO explain how to find chips.dat or steam folder -->
<!-- TODO drag and drop? --> <!-- TODO drag and drop? -->
<input id="splash-upload" type="file" accept=".dat,.ccl,.c2m,.ccs"> <input id="splash-upload" type="file" accept=".dat,.ccl,.c2m,.ccs">

View File

@ -359,6 +359,7 @@ body[data-mode=player] #editor-play {
#splash > section { #splash > section {
padding: 1em; padding: 1em;
background: var(--panel-bg-color); background: var(--panel-bg-color);
box-shadow: 0 0.25em 1em black;
} }
#splash > #splash-intro { #splash > #splash-intro {
grid-area: intro; grid-area: intro;