style: decrease text weight for readability

This commit is contained in:
Youwen Wu 2024-06-25 03:08:57 -07:00
parent 371dfcfa4b
commit 5f9cd8b514
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
3 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -123,7 +123,7 @@
class="w-full flex-grow flex-shrink rounded-lg h-1 bg-muted-light dark:bg-muted-dark mx-4" class="w-full flex-grow flex-shrink rounded-lg h-1 bg-muted-light dark:bg-muted-dark mx-4"
></div> ></div>
</div> </div>
<p class="mt-8 mb-3 px-1 italic"> <p class="mt-8 mb-3 px-1 italic font-light">
a web-log about computers, math, hacks, games, and life. a web-log about computers, math, hacks, games, and life.
</p> </p>
<a class="text-sm external-link" href="https://youwen.dev" <a class="text-sm external-link" href="https://youwen.dev"
@ -141,7 +141,7 @@
></button> ></button>
</header> </header>
$body$ $body$
<footer class="mt-14 md:mt-24 pb-12"> <footer class="mt-14 md:mt-24 pb-12 font-light">
<hr <hr
class="border-0 dark:bg-muted-dark bg-muted-light rounded-xl h-0.5 mb-4" class="border-0 dark:bg-muted-dark bg-muted-light rounded-xl h-0.5 mb-4"
/> />

View file

@ -3,7 +3,9 @@
<h1 class="text-4xl"> <h1 class="text-4xl">
<a href=".$url$">$title$</a> <a href=".$url$">$title$</a>
</h1> </h1>
<p class="mb-1 mt-2 italic text-lg text-accent-light dark:text-accent-dark"> <p
class="mb-1 mt-2 italic font-light text-lg text-accent-light dark:text-accent-dark"
>
$desc$ $desc$
</p> </p>
<div class="mt-2">$date$</div> <div class="mt-2">$date$</div>