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

_taxonomy.scss « scss « assets - github.com/4ever9/less.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fefff81dabe0e61f2882b98645d24742c02f622f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.taxonomy-name {
  font-size: 20px;
  margin-bottom: 50px;
  color: #909090;
  font-family: "Monda", -apple-system, sans-serif;
}

.terms {
  h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  li {
    margin-bottom: 15px;
  }

  a {
    font-size: 18px;
    text-decoration: none;
    color: #161816;
    &:hover {
      text-decoration: underline;
    }

    span {
      color: #a0a0a0;
    }
  }
}