tor-browser

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

non-themed-button-001.html (128B)


      1 <!doctype html>
      2 <style>
      3 button {
      4  border: none;
      5  background-color: transparent;
      6  padding: 0;
      7 }
      8 </style>
      9 <button>Foo</button>