1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

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

View File

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