feat(markdown): apply styles to `q` element

This commit is contained in:
郭桓桓 2023-03-02 19:43:02 +08:00
parent 02d03e7633
commit 32058aa5d3
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@
margin: 2rem auto;
width: 50px;
}
blockquote {
blockquote,
q {
padding: .6rem 1.2rem;
font-weight: normal;
font-style: normal;