OK - so currently my CSS folder is:

What gets moved?
(FWIW, I don’t know what the CSS files are other than custom and main)
I’m currently setting the CSS file with customCss: "css/custom3.css", in the config,
I’ll change that to customCss: "config/custom3.css", ?
as far as the launching of the server, it’s bash script is:
cd /home/bkey1970/MagicMirror
export MM_CONFIG_FILE=config/config3.js
export MM_PORT=8082
export ELECTRON_DISABLE_GPU=1
DISPLAY=:0 npm run server
nothing changes, right?

