fixes quote character
This commit is contained in:
parent
6bd8a19e4a
commit
4684a83e6f
|
@ -113,7 +113,7 @@ input.toggle-control:checked ~ .toggle-content {
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
.quote blockquote:after {
|
.quote blockquote:after {
|
||||||
content: "\e903";
|
content: "\e904";
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue