Don't turn arrow into ▶ emoji

This commit is contained in:
Shati Patel
2020-12-23 16:47:37 +00:00
committed by GitHub
parent c2fdb47abe
commit dc528767f6

View File

@@ -222,10 +222,12 @@ blockquote.pull-quote > :last-child {
.toggle .name:after {
content: " ▶";
font-family: "monospace";
}
.toggle .name.open:after {
content: " ▼";
font-family: "monospace";
}
/* -- PRINT VIEW ----------------------------------------------------------------------------*/
@@ -261,4 +263,4 @@ blockquote.pull-quote > :last-child {
div.footer {
display: block;
}
}
}