Skip to content

Commit 1de0211

Browse files
authored
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
2 parents 451ed88 + 5faef5e commit 1de0211

File tree

1 file changed

+2
-3
lines changed
  • src/librustdoc/html/static/themes

1 file changed

+2
-3
lines changed

src/librustdoc/html/static/themes/ayu.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,8 @@ pre {
197197
color: #a37acc;
198198
}
199199

200-
pre.rust .comment, pre.rust .doccomment {
201-
color: #788797;
202-
}
200+
pre.rust .comment { color: #788797; }
201+
pre.rust .doccomment { color: #a1ac88; }
203202

204203
nav:not(.sidebar) {
205204
border-bottom-color: #424c57;

0 commit comments

Comments
 (0)