mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
chore: tweak
This commit is contained in:
parent
1e31b12caf
commit
2f71b29ae9
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user