Isolate directionality of a string from surrounding

Ebrahim Byagowi 9 years ago
parent c807268e4c
commit 8ebc59336c

@ -27,6 +27,9 @@ Adapted from GitHub theme
.highlight-string{
color: #BA2121;
/* isolate strings unicode direction from surrounding text */
unicode-bidi: isolate;
unicode-bidi: -webkit-isolate;
}
.highlight-comment{

Loading…
Cancel
Save