mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-23 01:51:08 +00:00
wrong quote in blockquote
This commit is contained in:
parent
02265b1e49
commit
2463e64321
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ input.toggle-control:checked ~ .toggle-content {
|
|||
position: absolute;
|
||||
}
|
||||
.quote blockquote:before {
|
||||
content: "\e904";
|
||||
content: "\e905";
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue