Skip to content

Commit 04b006f

Browse files
camelidjyn514
authored andcommitted
Fix legend colors in dark mode
1 parent 31e4869 commit 04b006f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/building/bootstrapping.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ Compiling `rustc` is done in stages. Here's a diagram, adapted from Joshua Nelso
2222
[talk on bootstrapping][rustconf22-talk] at RustConf 2022, with detailed explanations below.
2323

2424
The `A`, `B`, `C`, and `D` show the ordering of the stages of bootstrapping.
25-
<span style="background-color: lightblue">Blue</span> nodes are downloaded,
26-
<span style="background-color: yellow">yellow</span> nodes are built with the stage0 compiler, and
27-
<span style="background-color: lightgreen">green</span> nodes are built with the stage1 compiler.
25+
<span style="background-color: lightblue; color: black">Blue</span> nodes are downloaded,
26+
<span style="background-color: yellow; color: black">yellow</span> nodes are built with the
27+
stage0 compiler, and
28+
<span style="background-color: lightgreen; color: black">green</span> nodes are built with the
29+
stage1 compiler.
2830

2931
[rustconf22-talk]: https://rustconf.com/schedule#bootstrapping-the-once-and-future-compiler
3032

0 commit comments

Comments
 (0)