about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPramod Bisht <pramodpsb@outlook.com>2018-01-31 21:51:27 +0530
committerPramod Bisht <pramodpsb@outlook.com>2018-01-31 21:51:27 +0530
commit434bfb17b4286422b5e3177650aabfd2567b4a19 (patch)
tree826c5d9b5ef3bdd54965546bf457f8ce2f163a82
parent7f6a53e746a91b7e8383021fef09d8a9fe5cdde8 (diff)
downloadrust-434bfb17b4286422b5e3177650aabfd2567b4a19.tar.gz
rust-434bfb17b4286422b5e3177650aabfd2567b4a19.zip
Changed of `struct` url to `#ad448e` in rust docs
-rw-r--r--src/librustdoc/html/static/themes/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/themes/main.css b/src/librustdoc/html/static/themes/main.css
index a346439da6e..2334a272855 100644
--- a/src/librustdoc/html/static/themes/main.css
+++ b/src/librustdoc/html/static/themes/main.css
@@ -130,7 +130,7 @@ pre {
 .content .highlighted.primitive { background-color: #9aecff; }
 
 .content span.enum, .content a.enum, .block a.current.enum { color: #508157; }
-.content span.struct, .content a.struct, .block a.current.struct { color: #2dbfb8; }
+.content span.struct, .content a.struct, .block a.current.struct { color: #ad448e; }
 .content span.type, .content a.type, .block a.current.type { color: #ba5d00; }
 .content span.foreigntype, .content a.foreigntype, .block a.current.foreigntype { color: #cd00e2; }
 .content span.macro, .content a.macro, .block a.current.macro { color: #068000; }