From fc13479127a18a6cc9599d51a29f1c891d823e84 Mon Sep 17 00:00:00 2001 From: Noah Lev Date: Tue, 9 Aug 2022 14:44:55 -0700 Subject: [PATCH] Fix legend colors in dark mode --- src/building/bootstrapping.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/building/bootstrapping.md b/src/building/bootstrapping.md index 259b10fc4..939c47f1b 100644 --- a/src/building/bootstrapping.md +++ b/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. -Blue nodes are downloaded, -yellow nodes are built with the stage0 compiler, and -green nodes are built with the stage1 compiler. +Blue nodes are downloaded, +yellow nodes are built with the +stage0 compiler, and +green nodes are built with the +stage1 compiler. [rustconf22-talk]: https://rustconf.com/schedule#bootstrapping-the-once-and-future-compiler