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