change caret to html entity to fix safari performacne issue

This commit is contained in:
Arthur Hanson 2024-08-22 10:15:39 -07:00
parent 6bae396f32
commit a00218dff9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -54,5 +54,5 @@ pre code {
border-bottom: none;
border-left: none;
transform: none;
vertical-align: .18em;
vertical-align: .05em;
}