We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9922b commit e53efc0Copy full SHA for e53efc0
1 file changed
app/components/OgImage/BlogPost.takumi.vue
@@ -69,7 +69,7 @@ const formattedAuthorNames = computed(() => {
69
>
70
<!-- npmx logo - top right -->
71
<div
72
- class="absolute top-12 z-10 flex items-center gap-1 text-5xl font-bold tracking-tight"
+ class="absolute top-12 z-10 flex items-center gap-1 text-5xl font-semibold tracking-tight"
73
style="font-family: 'Geist Sans', sans-serif; right: 6rem"
74
75
<span :style="{ color: primaryColor }" class="opacity-80">./</span>
@@ -128,7 +128,7 @@ const formattedAuthorNames = computed(() => {
128
</span>
129
130
<!-- Names -->
131
- <span style="font-size: 24px; color: #a3a3a3; font-weight: 300">{{
+ <span style="font-size: 24px; color: #a3a3a3; font-weight: 400">{{
132
formattedAuthorNames
133
}}</span>
134
</div>
0 commit comments