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)
This commit is contained in:
Yuki Okushi 2020-07-27 19:32:00 +09:00 committed by GitHub
commit 0042e41181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,6 @@ pre {
pre.rust .comment, pre.rust .doccomment {
color: #788797;
font-style: italic;
}
nav:not(.sidebar) {