Skip to content

Commit f286ac2

Browse files
committed
feat: make the box white
Signed-off-by: Rustin170506 <[email protected]>
1 parent 9be1cd9 commit f286ac2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

www/rustup.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,20 +136,19 @@ hr {
136136
}
137137

138138
.rustup-command::before {
139-
color: #999;
139+
color: black;
140140
content: " $ ";
141141
margin-left: 15px;
142142
}
143143

144144
.rustup-command {
145-
background-color: #515151;
146-
color: white;
145+
color: black;
147146
padding: 1rem 1rem 1rem 0;
148147
width: 45rem;
149148
height: auto;
150149
text-align: center;
151150
border-radius: 3px 0 0 3px;
152-
box-shadow: inset 0px 0px 20px 0px #333333;
151+
box-shadow: inset 0px 0px 20px 0px #f1eeee;
153152
overflow: hidden;
154153
font-size: 0.6em;
155154
white-space: nowrap;

0 commit comments

Comments
 (0)