hugo-PaperMod/assets/css/common/terms.css
Aditya Telange e503367a1a
[BREAKING] Split-up css into sub-parts (#317)
* Move styles into 3 different locations
- core
- common
- hljs

* Load all stylesheets in proper order
2021-03-27 11:28:55 +05:30

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)
}