This page supports dark mode support with minimal CSS

To achieve this, we use the color-scheme CSS property:
:root {
  color-scheme: dark light;
}
    

To see it in action, toggle your operating system's appearance setting between dark and light mode.