mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-26 09:30:52 +02:00
3b7123d21a
The picker is a drop-down menu using the same design as the theme picker in the top-left. There doesn’t seem to be an easy way to pass in a list of languages and descriptions, so for now we’ll have to expand the menu by hand as we add new languages. A comment has been added to `publish.yml` to remind us of this.
9 lines
88 B
CSS
9 lines
88 B
CSS
#language-list {
|
|
left: auto;
|
|
right: 10px;
|
|
}
|
|
|
|
#language-list a {
|
|
color: inherit;
|
|
}
|