@@ -104,14 +104,14 @@ const breadcrumbSchema = {
104104
105105 <!-- Header -->
106106 <header class =" mb-12 mt-8" >
107- <span class =" text-accent text-xs font-semibold uppercase tracking-[0.12em]" >
107+ <span class =" text-accent text-xs font-medium uppercase tracking-[0.12em]" >
108108 { category .name }
109109 </span >
110- <h1 class =" mt-4 text-4xl font-semibold leading-[1.08 ] tracking-tight text-white [text-wrap:balance] md:text-[3.25rem]" >
110+ <h1 class =" mt-4 text-4xl font-normal leading-[1.1 ] tracking-tight text-white [text-wrap:balance] md:text-[3.25rem]" >
111111 { title }
112112 </h1 >
113113 { description && (
114- <p class = " mt-5 text-lg leading-relaxed text-zinc-400 [text-wrap:pretty] md:text-xl" >
114+ <p class = " mt-5 text-lg font-light leading-7 text-zinc-400 [text-wrap:pretty] md:text-xl" >
115115 { description }
116116 </p >
117117 )}
@@ -178,7 +178,7 @@ const breadcrumbSchema = {
178178 <!-- Read next -->
179179 { otherArticles .length > 0 && (
180180 <div class = " mx-auto mt-24 w-full max-w-[62rem] border-t border-white/10 pt-10" >
181- <h2 class = " text-sm font-semibold uppercase tracking-[0.12em] text-zinc-500" >Read next</h2 >
181+ <h2 class = " text-sm font-medium uppercase tracking-[0.12em] text-zinc-500" >Read next</h2 >
182182 <div class = " mt-6 grid grid-cols-1 gap-6 md:grid-cols-3" >
183183 { otherArticles .map ((article ) => (
184184 <a href = { ` /blog/${article .slug }/ ` } class = " group flex flex-col" >
@@ -199,7 +199,7 @@ const breadcrumbSchema = {
199199 { formatTimestamp (article .published )}
200200 </time >
201201 </div >
202- <h3 class = " mt-2 text-base font-medium leading-snug text-white transition-colors group-hover:text-accent" >
202+ <h3 class = " mt-2 text-base font-normal leading-snug text-white transition-colors group-hover:text-accent" >
203203 { article .title }
204204 </h3 >
205205 <span class = " mt-2 inline-flex items-center gap-1.5 text-xs font-medium text-zinc-500 transition-colors group-hover:text-white" >
0 commit comments