dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_hugo-coder
mirror of
https://github.com/luizdepra/hugo-coder.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Taxonomies list as a tag cloud (#557)
Codruț Constantin Gușoi
06.37.2021
af7360e89ab0220c8c1e1da2ab28cfab3410b809
[external-software/github_gohugo_theme_hugo-coder.git]
/
assets
/
scss
/
_taxonomies_dark.scss
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;
}
}
}