about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2017-08-03 22:55:17 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2017-08-03 22:55:17 +0200
commit66317a39a651560bbd77fa3cac984e7e0ac580c0 (patch)
tree17733772e2764ee3741c88c6802165ec151d9375
parent26d124ca0eb6fe2fce5aa0541b269be27473d0b9 (diff)
downloadrust-66317a39a651560bbd77fa3cac984e7e0ac580c0.tar.gz
rust-66317a39a651560bbd77fa3cac984e7e0ac580c0.zip
Update highlight colors
-rw-r--r--src/librustdoc/html/static/styles/main.css5
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; }