We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44b033 commit 649715dCopy full SHA for 649715d
src/librustdoc/html/static/themes/dark.css
@@ -112,10 +112,13 @@ pre {
112
}
113
.content .highlighted a, .content .highlighted span { color: #eee !important; }
114
.content .highlighted.trait { background-color: #013191; }
115
+.content .highlighted.mod,
116
+.content .highlighted.externcrate { background-color: #afc6e4; }
117
.content .highlighted.mod { background-color: #803a1b; }
118
.content .highlighted.externcrate { background-color: #396bac; }
119
.content .highlighted.enum { background-color: #5b4e68; }
120
.content .highlighted.struct { background-color: #194e9f; }
121
+.content .highlighted.union { background-color: #b7bd49; }
122
.content .highlighted.fn,
123
.content .highlighted.method,
124
.content .highlighted.tymethod { background-color: #4950ed; }
0 commit comments