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:
parent
b43013e33e
commit
bf04be0379
@ -9,7 +9,7 @@ q {
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
quotes: '\201C''\201D''\2018''\2019';
|
quotes: '\201C''\201D''\2018''\2019';
|
||||||
opacity: .8;
|
opacity: .75;
|
||||||
p {
|
p {
|
||||||
&:first-of-type::before {
|
&:first-of-type::before {
|
||||||
content: open-quote;
|
content: open-quote;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user