Closed MattFenner closed 4 years ago
The stylesheet (css) is not loading on the website (in chrome).
This is because the page is served through through https, but the css is served through http. Chrome doesn't like this.
I assume this is something that later versions have restricted since the website was created.
Changing this line: to this: fixes it.
I would be happy to submit a pull request if the website is open source?
ah, thanks, it's fixed now!
The stylesheet (css) is not loading on the website (in chrome).
This is because the page is served through through https, but the css is served through http. Chrome doesn't like this.
I assume this is something that later versions have restricted since the website was created.