Closed tastytea closed 5 years ago
The CSS had a background-color defined in body {}, but no color. This patch sets it to black, because it cannot be assumed that everyone has configured black as fallback color in their browser.
background-color
body {}
color
Thanks! I'll still need to update the site.
The CSS had a
background-color
defined inbody {}
, but nocolor
. This patch sets it to black, because it cannot be assumed that everyone has configured black as fallback color in their browser.