summaryrefslogtreecommitdiffstats
path: root/browser/components/newtab/content-src/components/DiscoveryStreamComponents/PrivacyLink/_PrivacyLink.scss
blob: 08ce093c2726eeadcff4cada6e29dfe6d59ec914 (plain)
1
2
3
4
5
6
7
8
9
10
.ds-privacy-link {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;

  a:hover {
    text-decoration: none;
  }
}