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
1 changed files with 1 additions and 1 deletions

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;