@@ -26,18 +24,24 @@ const goUrl = (url) => {
{{ member.title }}
-
- @
-
+
@
{{ member.description }}
@@ -160,16 +164,21 @@ const goUrl = (url) => {
object-fit: cover;
}
-.author_name,.more {
+.author_name,
+.more {
margin: 0;
font-weight: 600;
cursor: pointer;
}
-.more{
+.more {
color: var(--vp-c-text-2);
}
+.more:hover {
+ color: var(--vp-c-brand-lighter);
+}
+
.affiliation {
margin: 0;
font-weight: 500;
@@ -211,11 +220,11 @@ const goUrl = (url) => {
}
.links svg {
- margin: 0 .5rem;
+ margin: 0 0.5rem;
}
.links :hover {
- fill: var(--vp-c-brand-lighter)
+ fill: var(--vp-c-brand-lighter);
}
.sp-link {
@@ -243,4 +252,5 @@ const goUrl = (url) => {
width: 16px;
height: 16px;
fill: currentColor;
-}
\ No newline at end of file
+}
+