Skip to content

Commit 97f7ceb

Browse files
committed
modify authors opacity
1 parent 0bdced4 commit 97f7ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/[...lang]/[...publications].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const publications = (await getCollection("publications")).sort(
5757
<h2 class="text-base font-semibold">
5858
{publication.data.title}
5959
</h2>
60-
<div class="text-sm">
60+
<div class="text-sm opacity-65">
6161
{publication.data.authors.join(", ")}
6262
</div>
6363
</div>

0 commit comments

Comments
 (0)