tor-browser

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

_SectionTitle.scss (361B)


      1 .ds-section-title {
      2  text-align: center;
      3  margin-block-start: var(--space-xlarge);
      4 
      5  .title {
      6    color: var(--newtab-text-primary-color);
      7    font-size: var(--font-size-xxlarge);
      8    font-weight: var(--font-weight);
      9  }
     10 
     11  .subtitle {
     12    font-size: inherit;
     13    color: var(--newtab-text-secondary-color);
     14    margin-block-start: var(--space-xsmall);
     15  }
     16 }