Looking at this in a cursory way, the screenshot looks like it’s not finding the css, which indicates a path problem.
Your theme is loading the css using {{ .Site.Baseurl }}
followed directly by css.
I assume the .Baseurl
is different between your normal site and the localhost site.
Recommend checking your source in both cases and seeing if a slash is missing or something.