mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 11:31:08 +00:00
fixes quote character
This commit is contained in:
parent
6bd8a19e4a
commit
4684a83e6f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue