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
Amin Sharifi 8f42baf968
Fixture code and footer content tags in rtl content (#1433)
Part of #671 
and #1413

In the code part of content which always is in english and must be
`text-align: left` but with `<html ... dir=rtl >` cuz conflict.

---------

Co-authored-by: Kaveh <hamidrkp@riseup.net>
2023-10-31 07:37:04 +01:00

8 lines
111 B
CSS

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