tor-browser

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

test-color-text-01.html (113B)


      1 <!doctype html>
      2 <style>
      3 @media (monochrome) {
      4  p { display: none }
      5 }
      6 </style>
      7 <p style="color: red">
      8  Red
      9 </p>