Lastest update broke the dark theme

The dark theme now has dark text. Simple as that.

Thank you for reporting this issue. We will release a fix later today. A temporary fix is to add this css to client\src\styles.css:

body {
  color: #fff;
}