mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-29 05:55:22 -04:00
[BREAKING] Split-up css into sub-parts (#317)
* Move styles into 3 different locations - core - common - hljs * Load all stylesheets in proper order
This commit is contained in:
parent
b6af9eddee
commit
e503367a1a
15 changed files with 9 additions and 2 deletions
18
assets/css/common/terms.css
Normal file
18
assets/css/common/terms.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
.terms-tags li {
|
||||
display: inline-block;
|
||||
margin: 10px;
|
||||
font-weight: 500
|
||||
}
|
||||
|
||||
.terms-tags a {
|
||||
display: block;
|
||||
padding: 3px 10px;
|
||||
background: var(--tertiary);
|
||||
border-radius: 6px;
|
||||
transition: transform .1s
|
||||
}
|
||||
|
||||
.terms-tags a:active {
|
||||
background: var(--tertiary);
|
||||
transform: scale(.96)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue