1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-15 14:27:50 +02:00
comprehensive-rust/language-picker.css

14 lines
147 B
CSS
Raw Normal View History

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