[how-to] Apply quick Dark mode to your app with Custom CSS

just thought I'd mention the class name seems to have changed again?

body {
  filter: invert(1);
}

body .editor-canvas-container {
  filter: invert(1);
}