Skip to content

Commit dc52876

Browse files
authored
Don't turn arrow into ▶ emoji
1 parent c2fdb47 commit dc52876

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/codeql/_static/custom.css_t

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,12 @@ blockquote.pull-quote > :last-child {
222222

223223
.toggle .name:after {
224224
content: " ▶";
225+
font-family: "monospace";
225226
}
226227

227228
.toggle .name.open:after {
228229
content: " ▼";
230+
font-family: "monospace";
229231
}
230232

231233
/* -- PRINT VIEW ----------------------------------------------------------------------------*/
@@ -261,4 +263,4 @@ blockquote.pull-quote > :last-child {
261263
div.footer {
262264
display: block;
263265
}
264-
}
266+
}

0 commit comments

Comments
 (0)