I'm trying to change my custom css to make the site have a black background with light grey text to make it easier on my eyes.
All the font color & size changes I made are working, but the background color is still white.
body, html {
background-color: ;
}
What am I doing wrong?