try backgound-color and ditch the quotes:
body {
background-color: black;
}
Replies
That worked, thank you! I prefer the colors I get on mobile (which has a dark theme) to the desktop color scheme. I can set it myself now, much appreciated!
try backgound-color and ditch the quotes:
body {
background-color: black;
}
That worked, thank you! I prefer the colors I get on mobile (which has a dark theme) to the desktop color scheme. I can set it myself now, much appreciated!