For me, what fixed it was fixing the file path...
Before:<link rel="stylesheet" type="text/css" href="./style.css"> After:<link rel="stylesheet" type="text/css" href="../style.css">
<link rel="stylesheet" type="text/css" href="./style.css">
<link rel="stylesheet" type="text/css" href="../style.css">