diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2022-08-09 14:44:55 -0700 |
|---|---|---|
| committer | Joshua Nelson <github@jyn.dev> | 2022-08-09 16:47:22 -0500 |
| commit | ea5366f7f739807f40f5dc5073e789106fe366fd (patch) | |
| tree | 580ad362e7dfa6b540419ae4e8f29f8c85798808 /src/doc/rustc-dev-guide | |
| parent | 471cfed90def2d5ec5bad6ca1b088178b09390b4 (diff) | |
| download | rust-ea5366f7f739807f40f5dc5073e789106fe366fd.tar.gz rust-ea5366f7f739807f40f5dc5073e789106fe366fd.zip | |
Fix legend colors in dark mode
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/bootstrapping.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/bootstrapping.md b/src/doc/rustc-dev-guide/src/building/bootstrapping.md index 259b10fc41a..939c47f1bd3 100644 --- a/src/doc/rustc-dev-guide/src/building/bootstrapping.md +++ b/src/doc/rustc-dev-guide/src/building/bootstrapping.md @@ -22,9 +22,11 @@ Compiling `rustc` is done in stages. Here's a diagram, adapted from Joshua Nelso [talk on bootstrapping][rustconf22-talk] at RustConf 2022, with detailed explanations below. The `A`, `B`, `C`, and `D` show the ordering of the stages of bootstrapping. -<span style="background-color: lightblue">Blue</span> nodes are downloaded, -<span style="background-color: yellow">yellow</span> nodes are built with the stage0 compiler, and -<span style="background-color: lightgreen">green</span> nodes are built with the stage1 compiler. +<span style="background-color: lightblue; color: black">Blue</span> nodes are downloaded, +<span style="background-color: yellow; color: black">yellow</span> nodes are built with the +stage0 compiler, and +<span style="background-color: lightgreen; color: black">green</span> nodes are built with the +stage1 compiler. [rustconf22-talk]: https://rustconf.com/schedule#bootstrapping-the-once-and-future-compiler |
