chore: tweak

This commit is contained in:
pengzhanbo 2024-06-28 03:17:14 +08:00
parent 1e31b12caf
commit 2f71b29ae9
3 changed files with 13 additions and 0 deletions

View File

@ -85,6 +85,13 @@ groups:
backgroundColor: rgb(255,153,0)
color: rgb(255,255,153)
nameColor: rgb(255,255,170)
socials:
-
icon: github
link: https://github.com/pengzhanbo
-
icon: twitter
link: https://twitter.com/pengzhanbo
-
name: pengzhanbo
link: https://github.com/pengzhanbo

View File

@ -60,6 +60,7 @@ const groups = computed(() => matter.value.groups || [])
color: var(--vp-c-text-1);
text-align: center;
outline: none;
transition: color var(--t-color);
}
.vp-friends .description {
@ -68,6 +69,7 @@ const groups = computed(() => matter.value.groups || [])
line-height: 28px;
color: var(--vp-c-text-1);
text-align: center;
transition: color var(--t-color);
}
.friends-list {

View File

@ -106,6 +106,10 @@ const friendStyle = computed(() => {
justify-content: flex-start;
}
.content :deep(.vp-social-link) {
color: var(--vp-friends-name-color);
}
.content p {
display: -webkit-box;
padding-top: 8px;