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 9be1cd9 commit f286ac2Copy full SHA for f286ac2
www/rustup.css
@@ -136,20 +136,19 @@ hr {
136
}
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
text-align: center;
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