mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 18:41:37 +01:00
e503367a1a
* Move styles into 3 different locations - core - common - hljs * Load all stylesheets in proper order
19 lines
319 B
CSS
19 lines
319 B
CSS
.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)
|
|
}
|