chore: tweak

This commit is contained in:
pengzhanbo 2024-06-28 14:05:57 +08:00
parent 0decf2a651
commit dc4f749a0b
2 changed files with 4 additions and 3 deletions

View File

@ -104,6 +104,7 @@ const friendStyle = computed(() => {
.content :deep(.vp-social-links) {
justify-content: flex-start;
margin-top: 8px;
}
.content :deep(.vp-social-link) {
@ -112,7 +113,7 @@ const friendStyle = computed(() => {
.content p {
display: -webkit-box;
padding-top: 8px;
padding-top: 16px;
overflow: hidden;
line-height: 1.5;
color: var(--vp-friends-text-color);

View File

@ -484,9 +484,9 @@
* Component: Friends
* -------------------------------------------------------------------------- */
:root {
--vp-friends-text-color: var(--vp-c-text-2);
--vp-friends-text-color: var(--vp-c-text-1);
--vp-friends-bg-color: var(--vp-c-bg-alt);
--vp-friends-name-color: var(--vp-c-text-2);
--vp-friends-name-color: var(--vp-c-text-1);
}
/**