1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2026-06-16 10:00:58 +02:00
Files

14 lines
149 B
CSS
Raw Permalink Normal View History

2023-02-15 15:10:16 +01:00
#language-list {
left: auto;
right: 10px;
}
[dir="rtl"] #language-list {
left: 10px;
right: auto;
}
2023-02-15 15:10:16 +01:00
#language-list a {
color: inherit;
}