mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-15 22:37:28 +02:00
42541fc401
Initially, I also formatted the templates in `theme/`, but this triggers https://github.com/prettier/prettier/issues/11834. So I exclude them for now. --------- Co-authored-by: Ming-Ying Chung <mych@chromium.org>
14 lines
149 B
CSS
14 lines
149 B
CSS
#language-list {
|
|
left: auto;
|
|
right: 10px;
|
|
}
|
|
|
|
[dir="rtl"] #language-list {
|
|
left: 10px;
|
|
right: auto;
|
|
}
|
|
|
|
#language-list a {
|
|
color: inherit;
|
|
}
|