tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

prefers-color-scheme-dark.html (80B)


      1 <!doctype html>
      2 <style>
      3 body::before { content: "dark" }
      4 </style>
      5 <body></body>