I would like to change the white background in the center from white to a dark grey and all text-colors from black to white / light grey.
I have added the following to the overrides (abd activated the overrides) - but nothing happened to the colors - the background image works fine:
- Code: Select all
body {
background-attachment: fixed;
text-cloor: #fff;
}
html {
background-color: #666;
}