diff options
| author | est31 <MTest31@outlook.com> | 2016-10-12 14:48:13 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2016-10-12 22:45:41 +0200 |
| commit | 87cbfb455fc5cb1d7fe0bedfe7aae42e6d3c4b15 (patch) | |
| tree | eea0f66f87ef56f9fb83221e9103631cbf0dd7ca /src | |
| parent | 6a89b8fd0a02c358caa524486a27d0a447624ecd (diff) | |
| download | rust-87cbfb455fc5cb1d7fe0bedfe7aae42e6d3c4b15.tar.gz rust-87cbfb455fc5cb1d7fe0bedfe7aae42e6d3c4b15.zip | |
Change color and make ? bold
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index d8f9173c524..85ec4fe3f3f 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -571,7 +571,8 @@ pre.rust .attribute, pre.rust .attribute .ident { color: #C82829; } pre.rust .macro, pre.rust .macro-nonterminal { color: #3E999F; } pre.rust .lifetime { color: #B76514; } pre.rust .question-mark { - color: #c67e2d; + color: #ff9011; + font-weight: bold; } .rusttest { display: none; } |
