Welcome to mirror list, hosted at ThFree Co, Russian Federation.

title.css « utility « object « css « src - github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e91eef5065824efef3c467bc4bca2de3cc0ff493 (plain)
1
2
3
4
5
6
7
8
9
.title {
  margin: 0;
  font-size: 4.0rem;
  &__link {
    color: var(--color-text);
    font-weight: 300;
    font-family: var(--OpenSans);
  }
}