diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-08-03 22:55:17 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-08-03 22:55:17 +0200 |
| commit | 66317a39a651560bbd77fa3cac984e7e0ac580c0 (patch) | |
| tree | 17733772e2764ee3741c88c6802165ec151d9375 | |
| parent | 26d124ca0eb6fe2fce5aa0541b269be27473d0b9 (diff) | |
| download | rust-66317a39a651560bbd77fa3cac984e7e0ac580c0.tar.gz rust-66317a39a651560bbd77fa3cac984e7e0ac580c0.zip | |
Update highlight colors
| -rw-r--r-- | src/librustdoc/html/static/styles/main.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/librustdoc/html/static/styles/main.css b/src/librustdoc/html/static/styles/main.css index 63e7510b22e..16962811ea0 100644 --- a/src/librustdoc/html/static/styles/main.css +++ b/src/librustdoc/html/static/styles/main.css @@ -74,8 +74,9 @@ pre { .content .highlighted.mod { background-color: #afc6e4; } .content .highlighted.enum { background-color: #b4d1b9; } .content .highlighted.struct { background-color: #e7b1a0; } -.content .highlighted.fn { background-color: #c6afb3; } -.content .highlighted.method { background-color: #c6afb3; } +.content .highlighted.union { background-color: #b7bd49; } +.content .highlighted.fn, +.content .highlighted.method, .content .highlighted.tymethod { background-color: #c6afb3; } .content .highlighted.type { background-color: #c6afb3; } |
