taxonomies - added taxonmies support (#396)

* taxonomies -  added taxonmies support

* taxonomies -  add active class

* Update CSS

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

* Fix tag link for multilingual mode + add translations

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
James Ray 2021-08-16 12:28:30 -04:00 committed by GitHub
parent 6d98c15136
commit 7b92452e2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 252 additions and 1 deletions

View file

@ -236,6 +236,19 @@ h6 {
#scroll-to-top.show {
visibility: visible;
}
.taxonomy-terms {
text-align: center;
}
.taxonomy-terms li {
font-size: .8em;
list-style-type: none;
display: inline-block;
background: #248aaa;
}
.taxonomy-terms a{
color: #f9fafc;
}
/* ============= Device specific fixes ======= */