mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-28 05:34:13 -04:00
parent
62477e7d1b
commit
2a06c26e9f
11 changed files with 261 additions and 277 deletions
|
@ -1,7 +1,7 @@
|
|||
.terms-tags li {
|
||||
display: inline-block;
|
||||
margin: 10px;
|
||||
font-weight: 500;
|
||||
font-weight: 500
|
||||
}
|
||||
|
||||
.terms-tags a {
|
||||
|
@ -9,10 +9,10 @@
|
|||
padding: 3px 10px;
|
||||
background: var(--tertiary);
|
||||
border-radius: 6px;
|
||||
transition: transform 0.1s;
|
||||
transition: transform .1s
|
||||
}
|
||||
|
||||
.terms-tags a:hover {
|
||||
background: var(--tertiary);
|
||||
transform: scale(0.96);
|
||||
}
|
||||
transform: scale(.96)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue