1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-15 22:37:28 +02:00
comprehensive-rust/theme/css/rtl.css

11 lines
149 B
CSS
Raw Normal View History

[dir="rtl"] .hljs,
[dir="rtl"] pre > code {
text-align: left;
}
[dir="rtl"] #cookieBar {
direction: ltr;
}
[dir="rtl"] svg {
direction: ltr;
}