tor-browser

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

_PrivacyLink.scss (168B)


      1 .ds-privacy-link {
      2  text-align: center;
      3  font-size: var(--font-size-small);
      4  font-weight: var(--font-weight-semibold);
      5 
      6  a:hover {
      7    text-decoration: none;
      8  }
      9 }