back

by AlexeyBrin·11y ago·view on hn ↗
Or you can modify the CSS:

    <style type="text/css">
      body {
          background-color: white;
      }
        
      .bodytext {
          color: black;
      }
    </style>