Rollup merge of #74864 - lzutao:ayu-doccolor, r=GuillaumeGomez

ayu theme: Change doccomment color to `#a1ac88`

Before:
![image](https://user-images.githubusercontent.com/15225902/88621499-d1cbff80-d0ca-11ea-99c3-5e2632709274.png)

After:
![image](https://user-images.githubusercontent.com/15225902/88621471-bf51c600-d0ca-11ea-9455-9c297f50f15f.png)

Close #74788
This commit is contained in:
Yuki Okushi 2020-07-29 09:24:22 +09:00 committed by GitHub
commit 1de0211d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,9 +197,8 @@ pre {
color: #a37acc;
}
pre.rust .comment, pre.rust .doccomment {
color: #788797;
}
pre.rust .comment { color: #788797; }
pre.rust .doccomment { color: #a1ac88; }
nav:not(.sidebar) {
border-bottom-color: #424c57;