diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index bbeca2765fd..530ed740d71 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -25,6 +25,7 @@ import { theme, fonts } from './Css'; // TODO: license headers cssRule('html, body, #root', { + background: 'white', color: 'rgba(0, 0, 0, .66)', display: 'flex', fontFamily: fonts.main,