tor-browser

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

currentColor.html (153B)


      1 <!doctype html>
      2 <style>
      3  div {
      4    width: 50px;
      5    height: 50px;
      6    border: 1px solid currentColor;
      7    color: SelectedItem;
      8  }
      9 </style>
     10 <div></div>