tor-browser

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

color-mix.html (136B)


      1 <!doctype html>
      2 <style>
      3  p {
      4    color: color-mix(in srgb, Canvas, transparent);
      5  }
      6 </style>
      7 <p>
      8  I should be semi-transparent.
      9 </p>