Skip to content

Commit

Permalink
Changed of struct url to #ad448e in rust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PramodBisht committed Jan 31, 2018
1 parent 7f6a53e commit 434bfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/themes/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 434bfb1

Please sign in to comment.