Simplified index.css

Merged colors to single variables
This commit is contained in:
Blboun3
2024-05-31 12:01:01 +02:00
parent 1f06060124
commit d332d2421d
2 changed files with 144 additions and 90 deletions

View File

@ -27,7 +27,7 @@ const { Content } = await page.render();
<BlogPost {...page.data} language={lang}>
<article class="prose prose-moi m-[auto] sm:prose-sm md:prose-md xl:prose-lg text-justify">
<div class="text-center">
<h1 class="text-4xl">{page.data.title}</h1>
<h1 class="lg:text-4xl text-2xl">{page.data.title}</h1>
<p>{page.data.author} • {formattedDate}</p>
</div>
<Content />