mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
13 lines
176 B
SCSS
13 lines
176 B
SCSS
.taxonomy {
|
|
.taxonomy-element {
|
|
background-color: $alt-bg-color-dark;
|
|
|
|
a {
|
|
color: $fg-color-dark;
|
|
}
|
|
a:active {
|
|
color: $fg-color-dark;
|
|
}
|
|
}
|
|
}
|