Skip to content

Commit 90c590f

Browse files
authored
Rollup merge of #74790 - Cldfire:ayu-no-italic-comments, r=GuillaumeGomez
Don't italicize comments in ayu theme Closes #74770. Before: ![image](https://user-images.githubusercontent.com/13814214/88486217-2bf18700-cf4a-11ea-896d-e7787b94e7a7.png) After: ![image](https://user-images.githubusercontent.com/13814214/88486225-3a3fa300-cf4a-11ea-929f-90461799dc01.png)
2 parents 3584233 + 51b99d4 commit 90c590f

File tree

1 file changed

+0
-1
lines changed
  • src/librustdoc/html/static/themes

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ pre {
199199

200200
pre.rust .comment, pre.rust .doccomment {
201201
color: #788797;
202-
font-style: italic;
203202
}
204203

205204
nav:not(.sidebar) {

0 commit comments

Comments
 (0)