Please specify version and format if asking for help, or apply optional tags above:
Twine Version: 2.3
Story Format: Harlowe 3.1
I must be doing something stupid. I input this code into the CSS stylesheet and nothing happens in TEST or PLAY. The bare bones game bits and links work, but the CSS is doesn’t.
/*
***************************************************************************
*****
***** lighter blue - #3333ff
*****
***************************************************************************
*/
* {padding: 0; margin: 0;}
body {margin: 0; padding: 0; font: 16px gill sans, arial, sans-serif; color:#3333ff;}
I’m new to Twine, but not web development, so I may have missed an essential step.
Cheers.