tor-browser

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

_A11yLinkButton.scss (200B)


      1 .a11y-link-button {
      2  border: 0;
      3  padding: 0;
      4  cursor: pointer;
      5  text-align: unset;
      6  color: var(--newtab-primary-action-background);
      7 
      8  &:hover,
      9  &:focus {
     10    text-decoration: underline;
     11  }
     12 }