diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-07-27 19:32:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-27 19:32:00 +0900 |
| commit | 0042e41181d9cd4dee0255be5d0e873389c0115c (patch) | |
| tree | d40f25aabc4fa895df73a58d77561210f4462764 | |
| parent | 807d221dddc1a28daea3a3a3a50bbc504b6ce0ed (diff) | |
| parent | 51b99d48faa6a39d5be73945881547c6a4186603 (diff) | |
| download | rust-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:  After: 
| -rw-r--r-- | src/librustdoc/html/static/themes/ayu.css | 1 |
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) { |
