- setting (ol) element direction to rtl - setting (code) element direction to ltr
@@ -70,9 +70,13 @@ body.rtl h3,
body.rtl h4,
body.rtl p,
body.rtl ul,
+body.rtl ol,
body.rtl table {
direction: rtl !important;
}
+body.rtl code {
+ direction: ltr !important;
+}
a {
color: var(--color-blue);