From 29648f06a9b338e8e74c441aafc802195ff99622 Mon Sep 17 00:00:00 2001 From: Rustin170506 Date: Tue, 19 Nov 2024 21:01:49 +0800 Subject: [PATCH] feat: make the box white Signed-off-by: Rustin170506 --- www/rustup.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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;