mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
style: decrease text weight for readability
This commit is contained in:
parent
371dfcfa4b
commit
5f9cd8b514
3 changed files with 6 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
@ -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"
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue