about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2016-01-20 12:26:33 -0500
committerSteve Klabnik <steve@steveklabnik.com>2016-01-20 12:26:33 -0500
commit257a1ec6f24bbc8161e49949cd5e93e045015061 (patch)
treebf00059340a2ff16244beb4096f28f5fa6bbbf26
parent6271ee98f0ba64696231e9bf893cb1a8ebfa3952 (diff)
downloadrust-257a1ec6f24bbc8161e49949cd5e93e045015061.tar.gz
rust-257a1ec6f24bbc8161e49949cd5e93e045015061.zip
tweak struct colors
-rw-r--r--src/librustdoc/html/static/rustdoc.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css
index 0bde582c19f..c751cdeb6f7 100644
--- a/src/librustdoc/html/static/rustdoc.css
+++ b/src/librustdoc/html/static/rustdoc.css
@@ -383,7 +383,7 @@ a {
 }
 
 .content span.enum, .content a.enum, .block a.current.enum { color: #5e9766; }
-.content span.struct, .content a.struct, .block a.current.struct { color: #e53700; }
+.content span.struct, .content a.struct, .block a.current.struct { color: #df3600; }
 .content a.type { color: #e57300; }
 .content a.macro { color: #068000; }
 .block a.current.crate { font-weight: 500; }