Display posts count for each tag in the tag list
And increase the "small" for size to closest pixel-perfect value
This commit is contained in:
@ -87,7 +87,7 @@ section#comments {
|
||||
background-color: var(--fg-muted-1);
|
||||
padding: 0.25rem 0.75rem;
|
||||
color: var(--fg-color);
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.875rem;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
@ -128,7 +128,7 @@ section#comments {
|
||||
time {
|
||||
grid-area: time;
|
||||
color: var(--fg-muted-5);
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
main {
|
||||
|
Reference in New Issue
Block a user