about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-07-27 19:32:00 +0900
committerGitHub <noreply@github.com>2020-07-27 19:32:00 +0900
commit0042e41181d9cd4dee0255be5d0e873389c0115c (patch)
treed40f25aabc4fa895df73a58d77561210f4462764
parent807d221dddc1a28daea3a3a3a50bbc504b6ce0ed (diff)
parent51b99d48faa6a39d5be73945881547c6a4186603 (diff)
downloadrust-0042e41181d9cd4dee0255be5d0e873389c0115c.tar.gz
rust-0042e41181d9cd4dee0255be5d0e873389c0115c.zip
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)
-rw-r--r--src/librustdoc/html/static/themes/ayu.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/themes/ayu.css b/src/librustdoc/html/static/themes/ayu.css
index 41fe8e0fafb..01b7ae87786 100644
--- a/src/librustdoc/html/static/themes/ayu.css
+++ b/src/librustdoc/html/static/themes/ayu.css
@@ -199,7 +199,6 @@ pre {
 
 pre.rust .comment, pre.rust .doccomment {
 	color: #788797;
-	font-style: italic;
 }
 
 nav:not(.sidebar) {