This is probably due to the mucking around that I’ve done but I noticed:
The admin is looking for
/stylesheets/admin/main.css
But the only stylesheet I have in there is ‘global.css’
I fixed it by:
cp global.css main.css
Was this my mucking that broke it?