Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Also,

  <style>
    @media (prefers-color-scheme: dark) {
      .line {
        stroke: #eed;
      }
      rect, circle, polygon {
        fill: #eed;
        stroke: #eed;
      }
    }
  </style>
is valid SVG, and would fix the issue.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: