summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/assets/scss/_taxonomies.scss
blob: d405c73aafca23f7295eba6de0d59ce3e82421ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.taxonomy {
  li {
    display: inline-block;
    margin: 0.9rem;
  }

  .taxonomy-element  {
    display: block;
    padding: 0.3rem 0.9rem;
    background-color: $alt-bg-color;
    border-radius: 0.6rem;

    a {
      color: $fg-color;
    }
    a:active {
      color: $fg-color;
    }
  }
}