mirror of https://github.com/luizdepra/hugo-coder.git

Codruț Constantin Gușoi
06.37.2021 af7360e89ab0220c8c1e1da2ab28cfab3410b809
1
2
3
4
5
6
7
8
9
10
11
12
.taxonomy {
  .taxonomy-element {
    background-color: $alt-bg-color-dark;
 
    a {
      color: $fg-color-dark;
    }
    a:active {
      color: $fg-color-dark;
    }
  }
}