tor-browser

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

placeholder-1-ref.html (202B)


      1 <!DOCTYPE html>
      2 <style>
      3  a:visited { color: green }
      4  input { color: inherit }
      5  input::placeholder { color: green }
      6 </style>
      7 <a href="visited-page.html"><input placeholder="This should be green"></a>