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 963ac87 commit acb2eedCopy full SHA for acb2eed
www/rustup.css
@@ -78,12 +78,13 @@ header > div > h2 {
78
}
79
80
a {
81
- color: #428bca;
82
- text-decoration: none;
+ color: #0b7261;
+ text-decoration: underline;
83
84
85
a:hover {
86
- color: rgb(42, 100, 150);
+ color: #0d8b75;
87
88
89
90
main {
@@ -120,6 +121,7 @@ body#idx p.other-platforms-help {
120
121
122
123
hr {
124
+ border-color: #0b7261;
125
margin-top: 2em;
126
margin-bottom: 2em;
127
@@ -202,7 +204,7 @@ hr {
202
204
transition: opacity 0.2s ease-in-out;
203
205
opacity: 0;
206
font-size: 10px;
- color: green;
207
208
width: 41px;
209
height: 15px;
210
position: relative;
0 commit comments