mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
feat: add link styling to all links in blog posts
This commit is contained in:
parent
1c55bd7719
commit
5e5b683de1
2 changed files with 4 additions and 1 deletions
|
@ -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
Loading…
Reference in a new issue