Skip to content

Commit

Permalink
feat(theme): reduce the line spacing in the category list (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo authored Oct 13, 2024
1 parent bf565cc commit e347537
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions theme/src/client/components/Blog/VPShortPostList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defineProps<{
.vp-blog-short-post-list {
display: flex;
flex-direction: column;
gap: 16px;
gap: 8px;
margin-top: 24px;
}
Expand Down Expand Up @@ -62,6 +62,7 @@ defineProps<{
}
.vp-blog-short-post-list li:hover .post-time {
color: var(--vp-c-text-2);
font-weight: 500;
color: var(--vp-c-text-1);
}
</style>

0 comments on commit e347537

Please sign in to comment.