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

feat(quote): apply opacity: .75; instead of .8 on quotes

This commit is contained in:
郭桓桓 2023-03-07 22:22:48 +08:00
parent b43013e33e
commit bf04be0379
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75

View File

@ -9,7 +9,7 @@ q {
font-style: italic;
line-height: 1.5rem;
quotes: '\201C''\201D''\2018''\2019';
opacity: .8;
opacity: .75;
p {
&:first-of-type::before {
content: open-quote;