mirror of
https://github.com/orelby/obsidian-rtl-math-text-plugin.git
synced 2026-07-22 05:48:01 +00:00
8 lines
123 B
CSS
8 lines
123 B
CSS
.mjx-rtl {
|
|
direction: rtl;
|
|
}
|
|
|
|
.mjx-ltr,
|
|
.mjx-rtl :where(:not(.mjx-rtl, mjx-mtext, mjx-c, mjx-utext)) {
|
|
direction: ltr;
|
|
}
|