enhance(ui): alignment for the page tags

This commit is contained in:
charlie
2024-03-04 14:24:26 +08:00
parent 36ff5513f7
commit c0d3c78152
2 changed files with 3 additions and 8 deletions

View File

@@ -482,14 +482,9 @@ img.small {
}
a.tag {
@apply text-sm;
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
border-radius: 4px;
@apply text-sm inline-flex items-center text-center cursor-pointer rounded opacity-70;
color: var(--lx-accent-11, var(--ls-tag-text-color, hsl(var(--primary))));
opacity: var(--ls-tag-text-opacity, 0.7);
}
a.tag:hover {