diff options
| author | Pramod Bisht <pramodpsb@outlook.com> | 2018-01-31 21:51:27 +0530 |
|---|---|---|
| committer | Pramod Bisht <pramodpsb@outlook.com> | 2018-01-31 21:51:27 +0530 |
| commit | 434bfb17b4286422b5e3177650aabfd2567b4a19 (patch) | |
| tree | 826c5d9b5ef3bdd54965546bf457f8ce2f163a82 | |
| parent | 7f6a53e746a91b7e8383021fef09d8a9fe5cdde8 (diff) | |
| download | rust-434bfb17b4286422b5e3177650aabfd2567b4a19.tar.gz rust-434bfb17b4286422b5e3177650aabfd2567b4a19.zip | |
Changed of `struct` url to `#ad448e` in rust docs
| -rw-r--r-- | src/librustdoc/html/static/themes/main.css | 2 |
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; } |
