Skip to content

Commit

Permalink
feat: make the box white
Browse files Browse the repository at this point in the history
Signed-off-by: Rustin170506 <[email protected]>
  • Loading branch information
Rustin170506 committed Nov 19, 2024
1 parent 9be1cd9 commit 20c73a1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions www/rustup.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ body#idx p.other-platforms-help {
}

.instructions {
background-color: rgb(250, 250, 250);
margin-left: auto;
margin-right: auto;
text-align: center;
Expand Down Expand Up @@ -136,20 +135,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;
Expand Down

0 comments on commit 20c73a1

Please sign in to comment.