tor-browser

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

non-themed-button-002-ref.html (120B)


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