What can we help you with?

e.g. Getting Started, Build Dashboards

Dark Mode

1 comment

  • Avatar
    Jay

    Another approach: 

    <style>
    html {
    background: #000;
    filter: invert(1) hue-rotate(180deg)
    }
    img,video,iframe,canvas,svg {
    filter: invert(1) hue-rotate(180deg);
    }
    </style>
    0
    Comment actions Permalink

Please sign in to leave a comment.