File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ body#idx p.other-platforms-help {
105
105
}
106
106
107
107
.instructions {
108
- background-color : rgb (250 , 250 , 250 );
109
108
margin-left : auto;
110
109
margin-right : auto;
111
110
text-align : center;
@@ -136,20 +135,19 @@ hr {
136
135
}
137
136
138
137
.rustup-command ::before {
139
- color : # 999 ;
138
+ color : black ;
140
139
content : " $ " ;
141
140
margin-left : 15px ;
142
141
}
143
142
144
143
.rustup-command {
145
- background-color : # 515151 ;
146
- color : white;
144
+ color : black;
147
145
padding : 1rem 1rem 1rem 0 ;
148
146
width : 45rem ;
149
147
height : auto;
150
148
text-align : center;
151
149
border-radius : 3px 0 0 3px ;
152
- box-shadow : inset 0px 0px 20px 0px # 333333 ;
150
+ box-shadow : inset 0px 0px 20px 0px # f1eeee ;
153
151
overflow : hidden;
154
152
font-size : 0.6em ;
155
153
white-space : nowrap;
You can’t perform that action at this time.
0 commit comments