thedroth-rocks/themes/PaperMod/assets/css/common/terms.css
2023-10-26 09:44:01 +03:00

19 lines
324 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 0.1s;
}
.terms-tags a:active {
background: var(--tertiary);
transform: scale(0.96);
}