- + @@ -29,10 +29,15 @@ const goUrl = (url)=> { @ - + + {{ member.description }} + - - + + + @@ -153,12 +158,13 @@ const goUrl = (url)=> { } .name { - margin: 0; + margin: 0; font-weight: 600; + cursor: pointer; } .affiliation { - margin: 0; + margin: 0; font-weight: 500; color: var(--vp-c-text-2); } @@ -201,8 +207,8 @@ const goUrl = (url)=> { margin: 0 .5rem; } -.links svg path:hover { - fill:aquamarine; +.links :hover { + fill: var(--vp-c-brand-lighter) } .sp-link { @@ -230,5 +236,4 @@ const goUrl = (url)=> { width: 16px; height: 16px; fill: currentColor; -} - \ No newline at end of file +} \ No newline at end of file diff --git a/components/Pagination.vue b/components/Pagination.vue index 45754b3..3994a14 100644 --- a/components/Pagination.vue +++ b/components/Pagination.vue @@ -132,13 +132,13 @@ const pageArraySm = computed(() => { .paper-item:hover { background-color: #0099ff0d; --un-text-opacity: 1; - color: #0099ff; + color: var(--vp-c-brand-lighter); } .paper-item.active { background-color: #0099ff0d; --un-text-opacity: 1; - color: #0099ff; + color: var(--vp-c-brand-lighter); } @media (prefers-color-scheme: dark) { diff --git a/components/PostItem.vue b/components/PostItem.vue index c00bb7d..4bb0d23 100644 --- a/components/PostItem.vue +++ b/components/PostItem.vue @@ -1,20 +1,20 @@ - + - {{ Title }} + {{ Title }} - {{ Title }} + {{ Title }} - + {{ Content }} - {{ Author }} + {{ Author }} {{ showTime }} {{ tag.join(' · ') }} @@ -28,7 +28,7 @@ - {{ Author }} + {{ Author }} {{ showTime }} {{ tag.join(' · ') }} diff --git a/components/PostList.vue b/components/PostList.vue index d13700b..75727c5 100644 --- a/components/PostList.vue +++ b/components/PostList.vue @@ -107,7 +107,7 @@ const pluginLists = computed(() => { .select-button.active { background-color: #0099ff0d; --un-text-opacity: 1; - color: #0099ff; + color: var(--vp-c-brand-lighter); } .divider {