mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-29 18:29:40 +02:00
9 lines
88 B
CSS
9 lines
88 B
CSS
|
#language-list {
|
||
|
left: auto;
|
||
|
right: 10px;
|
||
|
}
|
||
|
|
||
|
#language-list a {
|
||
|
color: inherit;
|
||
|
}
|