tor-browser

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

color_adjust.html (155B)


      1 <!doctype html>
      2 <style>
      3 .test {
      4  background-color: black;
      5  color: white;
      6  color-adjust: exact;
      7 }
      8 </style>
      9 <span class="test">Some text goes here</span>