I managed to fix it by adding the assets folder to my project. There create .css file for example main.css and add the following in there
body{
background-color: black;
}
Basically what HansPeter123 said
I managed to fix it by adding the assets folder to my project. There create .css file for example main.css and add the following in there
body{
background-color: black;
}
Basically what HansPeter123 said