klembot / twinejs

Twine, a tool for telling interactive, nonlinear stories
https://twinery.org
GNU General Public License v3.0
2k stars 295 forks source link

Full-Page Coloring Bug #951

Closed Nephritebeing closed 3 years ago

Nephritebeing commented 3 years ago

The full-page coloring isn't working. It colors about five inches of the screen and then leaves the rest white

webbedspace commented 3 years ago

You didn't say what format you're using, so I'll assume it's either Chapbook or SugarCube. You may want to try something like this in your story CSS html, body { background-color: green; }

greyelf commented 3 years ago

@webbedspace

You didn't say what format you're using

The story format being used is Harlowe v3.2.3

@Nephritebeing

The full-page coloring isn't working.

Harlowe related issues should be reported on that story format's Heptapod repository.

klembot commented 3 years ago

Closing since it's not editor-related.