feat(theme): reduce the line spacing in the category list (#281)

This commit is contained in:
pengzhanbo 2024-10-14 01:25:30 +08:00 committed by GitHub
parent bf565cc256
commit e347537986
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ defineProps<{
.vp-blog-short-post-list {
display: flex;
flex-direction: column;
gap: 16px;
gap: 8px;
margin-top: 24px;
}
@ -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>