We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
struct
#ad448e
1 parent 7f6a53e commit 434bfb1Copy full SHA for 434bfb1
src/librustdoc/html/static/themes/main.css
@@ -130,7 +130,7 @@ pre {
130
.content .highlighted.primitive { background-color: #9aecff; }
131
132
.content span.enum, .content a.enum, .block a.current.enum { color: #508157; }
133
-.content span.struct, .content a.struct, .block a.current.struct { color: #2dbfb8; }
+.content span.struct, .content a.struct, .block a.current.struct { color: #ad448e; }
134
.content span.type, .content a.type, .block a.current.type { color: #ba5d00; }
135
.content span.foreigntype, .content a.foreigntype, .block a.current.foreigntype { color: #cd00e2; }
136
.content span.macro, .content a.macro, .block a.current.macro { color: #068000; }
0 commit comments