mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-31 14:58:23 -04:00
Add Taxonomy Pages
- known as terms - ex Tags, Categories
This commit is contained in:
parent
db338970a1
commit
2e9aef08a5
3 changed files with 42 additions and 1 deletions
17
assets/css/terms.css
Normal file
17
assets/css/terms.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
.terms-tags li {
|
||||
display: inline-block;
|
||||
margin: 10px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.terms-tags a {
|
||||
display: block;
|
||||
padding: 5px 14px;
|
||||
color: var(--secondary);
|
||||
background: var(--border);
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
.terms-tags a:hover {
|
||||
background: var(--tertiary);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue