[data-theme='light'] body {
    color: black;
}

[data-theme='dark'] body {
    color: lightgray;
}