feat: add link styling to all links in blog posts

This commit is contained in:
Youwen Wu 2024-05-25 23:40:45 -07:00
parent 1c55bd7719
commit 5e5b683de1
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 4 additions and 1 deletions

View file

@ -98,4 +98,7 @@
blockquote > p { blockquote > p {
@apply m-0; @apply m-0;
} }
a {
@apply external-link;
}
} }

File diff suppressed because one or more lines are too long