hugo-PaperMod/assets/css/terms.css

18 lines
322 B
CSS
Raw Normal View History

.terms-tags li {
display: inline-block;
margin: 10px;
2020-09-15 14:12:58 -04:00
font-weight: 500;
}
.terms-tags a {
display: block;
2020-09-15 14:12:58 -04:00
padding: 3px 10px;
background: var(--tertiary);
border-radius: 6px;
2020-09-06 12:30:35 -04:00
transition: transform 0.1s;
}
.terms-tags a:hover {
background: var(--tertiary);
2020-09-06 12:30:35 -04:00
transform: scale(0.96);
}