mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
style: lighter font for body text
This commit is contained in:
parent
d99cc5284e
commit
88d69e0002
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
@apply text-xl font-medium mt-8 text-accent-light dark:text-accent-dark;
|
||||
}
|
||||
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 {
|
||||
@apply mx-auto my-6 rounded-lg;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue