CSS problem in exported statics

Hi everyone

I am using multiple TWs in node.js to create static htmls, but in one file the page background is completely white, like I want it - see : Índice central giffmex - but the statics from another file show gray below and to the right of the tiddler. See : Nuevo Testamento, artículos generales - giffmex

Any ideas on what I might be doing wrong? I tried hiding the sidebar. I tried adding a stylesheet with body.tc-background {background-color: #fff;}, I tried hunting through the stylesheet tiddlers of the two files to compare, which was laborious because I can only open one node.js file at a time. I can’t figure it out.

Any help would be appreciated! Blessings, Dave

And yes, I uploaded the changed statics after each attempt…

The background is white on my end :

Did you try to refresh the cache of your browser ? (Ctrl+F5 )

That was it! Forgot about that step! Thanks!