Merged
Conversation
* It makes some lines darker * It gives the crate selector and search bar a border * The search bar's border turns blue when focused * Gives the logo a bright shadow. This makes dark logos stand out more
Contributor
|
Some changes occurred in HTML/CSS/JS. Some changes occurred in HTML/CSS themes. |
Contributor
|
(rust_highfive has picked a reviewer for you, use r? to override) |
Contributor
|
Can you post some screenshots before and after changes? |
Contributor
Author
|
@lzutao I added screenshots to the first comment. |
Contributor
|
There's already a PR for the logo issue, so that should be removed from here: #74361 I'll take a look at the other changes later today. They look good based off of the screenshots! |
Contributor
Author
|
@Cldfire done! |
Member
|
Looks good to me, thanks! r=lzutao and me once CI pass. |
Contributor
|
Looks great, thanks you @Aloso! 😄 |
|
@bors r=GuilliameGomez rollup |
Collaborator
|
📌 Commit d08bb40 has been approved by |
Collaborator
|
🌲 The tree is currently closed for pull requests below priority 5, this pull request will be tested once the tree is reopened |
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Jul 16, 2020
Improve ayu rustdoc theme This PR changes the following: * It makes some lines darker * It gives the crate selector and search bar a border * The search bar's border turns blue when focused * ~~Gives the logo a bright shadow.~~ For standard library crates, it would be better to invert the logo, but that would be bad for crates with a colored logo, e.g. [async-std](https://docs.rs/async-std/1.6.2/async_std/). Before:  After (note that this PR no longer includes the white shadow of the logo): 
This was referenced Jul 17, 2020
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jul 17, 2020
…arth Rollup of 8 pull requests Successful merges: - rust-lang#73101 (Resolve items for cross-crate imports relative to the original module) - rust-lang#73269 (Enable some timeouts in SGX platform) - rust-lang#74033 (Add build support for Cargo's build-std feature.) - rust-lang#74351 (Do not render unstable items for rustc doc) - rust-lang#74357 (Some `Symbol` related improvements) - rust-lang#74371 (Improve ayu rustdoc theme) - rust-lang#74386 (Add RISC-V GNU/Linux to src/tools/build-manifest as a host platform) - rust-lang#74398 (Clean up E0723 explanation) Failed merges: r? @ghost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR changes the following:
Gives the logo a bright shadow.For standard library crates, it would be better to invert the logo, but that would be bad for crates with a colored logo, e.g. async-std.
Before:
After (note that this PR no longer includes the white shadow of the logo):