Skip to content

Commit 649715d

Browse files
Fix missing rules for dark.css
1 parent b44b033 commit 649715d

File tree

1 file changed

+3
-0
lines changed
  • src/librustdoc/html/static/themes

1 file changed

+3
-0
lines changed

src/librustdoc/html/static/themes/dark.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,13 @@ pre {
112112
}
113113
.content .highlighted a, .content .highlighted span { color: #eee !important; }
114114
.content .highlighted.trait { background-color: #013191; }
115+
.content .highlighted.mod,
116+
.content .highlighted.externcrate { background-color: #afc6e4; }
115117
.content .highlighted.mod { background-color: #803a1b; }
116118
.content .highlighted.externcrate { background-color: #396bac; }
117119
.content .highlighted.enum { background-color: #5b4e68; }
118120
.content .highlighted.struct { background-color: #194e9f; }
121+
.content .highlighted.union { background-color: #b7bd49; }
119122
.content .highlighted.fn,
120123
.content .highlighted.method,
121124
.content .highlighted.tymethod { background-color: #4950ed; }

0 commit comments

Comments
 (0)