update text color on dark background
This commit is contained in:
parent
3901380ffb
commit
72b4ee76fb
@ -14,6 +14,9 @@ const StyledMain =
|
||||
? `
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
p:not([class]) {
|
||||
color: #CCC;
|
||||
}
|
||||
`
|
||||
: ''};
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user