style: lighter font for body text

This commit is contained in:
Youwen Wu 2024-06-25 02:28:58 -07:00
parent d99cc5284e
commit 88d69e0002
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@
@apply text-xl font-medium mt-8 text-accent-light dark:text-accent-dark; @apply text-xl font-medium mt-8 text-accent-light dark:text-accent-dark;
} }
p { p {
@apply leading-loose sm:leading-[2] my-4 overflow-x-auto sm:text-lg; @apply leading-loose sm:leading-[2] my-4 overflow-x-auto sm:text-lg font-light;
} }
img { img {
@apply mx-auto my-6 rounded-lg; @apply mx-auto my-6 rounded-lg;

File diff suppressed because one or more lines are too long