We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb2eed commit d099a22Copy full SHA for d099a22
www/rustup.css
@@ -105,7 +105,6 @@ body#idx p.other-platforms-help {
105
}
106
107
.instructions {
108
- background-color: rgb(250, 250, 250);
109
margin-left: auto;
110
margin-right: auto;
111
text-align: center;
@@ -136,20 +135,19 @@ hr {
136
135
137
138
.rustup-command::before {
139
- color: #999;
+ color: black;
140
content: " $ ";
141
margin-left: 15px;
142
143
144
.rustup-command {
145
- background-color: #515151;
146
- color: white;
147
padding: 1rem 1rem 1rem 0;
148
width: 45rem;
149
height: auto;
150
151
border-radius: 3px 0 0 3px;
152
- box-shadow: inset 0px 0px 20px 0px #333333;
+ box-shadow: inset 0px 0px 20px 0px #f1eeee;
153
overflow: hidden;
154
font-size: 0.6em;
155
white-space: nowrap;
0 commit comments