1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-15 06:20:32 +02:00
comprehensive-rust/theme/css/language-picker.css
Martin Geisler 42541fc401
Automatically format YAML, CSS, and JS files (#1272)
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>
2023-10-02 14:48:00 +09:00

14 lines
149 B
CSS

#language-list {
left: auto;
right: 10px;
}
[dir="rtl"] #language-list {
left: 10px;
right: auto;
}
#language-list a {
color: inherit;
}