update text color on dark background

This commit is contained in:
August Skare 2018-10-26 08:10:31 +02:00
parent 3901380ffb
commit 72b4ee76fb

View File

@ -14,6 +14,9 @@ const StyledMain =
? ` ? `
background-color: #000; background-color: #000;
color: #fff; color: #fff;
p:not([class]) {
color: #CCC;
}
` `
: ''}; : ''};
`; `;