Skip to content

Commit f7225aa

Browse files
0xPoedjc
authored andcommitted
feat: make the box white
Signed-off-by: Rustin170506 <[email protected]>
1 parent bcff94d commit f7225aa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

www/rustup.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ body#idx p.other-platforms-help {
105105
}
106106

107107
.instructions {
108-
background-color: rgb(250, 250, 250);
109108
margin-left: auto;
110109
margin-right: auto;
111110
text-align: center;
@@ -136,20 +135,19 @@ hr {
136135
}
137136

138137
.rustup-command::before {
139-
color: #999;
138+
color: black;
140139
content: " $ ";
141140
margin-left: 15px;
142141
}
143142

144143
.rustup-command {
145-
background-color: #515151;
146-
color: white;
144+
color: black;
147145
padding: 1rem 1rem 1rem 0;
148146
width: 45rem;
149147
height: auto;
150148
text-align: center;
151149
border-radius: 3px 0 0 3px;
152-
box-shadow: inset 0px 0px 20px 0px #333333;
150+
box-shadow: inset 0px 0px 20px 0px #f1eeee;
153151
overflow: hidden;
154152
font-size: 0.6em;
155153
white-space: nowrap;

0 commit comments

Comments
 (0)