diff --git a/www/rustup.css b/www/rustup.css index 094e30a206..c00dcd1616 100644 --- a/www/rustup.css +++ b/www/rustup.css @@ -136,20 +136,19 @@ hr { } .rustup-command::before { - color: #999; + color: black; content: " $ "; margin-left: 15px; } .rustup-command { - background-color: #515151; - color: white; + color: black; padding: 1rem 1rem 1rem 0; width: 45rem; height: auto; text-align: center; border-radius: 3px 0 0 3px; - box-shadow: inset 0px 0px 20px 0px #333333; + box-shadow: inset 0px 0px 20px 0px #f1eeee; overflow: hidden; font-size: 0.6em; white-space: nowrap;