tor-browser

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

pseudo-class-defined-print-ref.html (162B)


      1 <!doctype html>
      2 <style>
      3  :root {
      4    print-color-adjust: exact;
      5  }
      6  div {
      7    width: 100px;
      8    height: 100px;
      9    background: green;
     10  }
     11 </style>
     12 <div></div>