Hi there! Was having trouble reading some text in the game chat, so opened up the dev tools to see if I could find the source. Was going to open a PR on GH but then saw the main site isn't OSS, so reporting here instead :)  Looks like the `sheet-rt-content` class keeps the same `background-color` when the rest of the app switches to dark mode. Removing `background-color: white` renders the text legible in dark mode; not sure if the white bg is necessary in other places but that fixes the chat at least :)