@@ -51,12 +51,13 @@ body#idx #pitch > a {
51
51
}
52
52
53
53
a {
54
- color : # 428bca ;
55
- text-decoration : none ;
54
+ color : # 0b7261 ;
55
+ text-decoration : underline ;
56
56
}
57
57
58
58
a : hover {
59
- color : rgb (42 , 100 , 150 );
59
+ color : # 0d8b75 ;
60
+ text-decoration : underline;
60
61
}
61
62
62
63
body # idx > * {
@@ -71,8 +72,12 @@ body#idx > #pitch {
71
72
}
72
73
73
74
# pitch em {
75
+ background-color : # ffc832 ;
76
+ color : black;
74
77
font-style : normal;
75
- font-weight : 400 ;
78
+ font-size : 2.25rem ;
79
+ font-weight : 500 ;
80
+ letter-spacing : 1px ;
76
81
}
77
82
78
83
body # idx p {
@@ -82,10 +87,15 @@ body#idx p {
82
87
83
88
body # idx p .other-platforms-help {
84
89
font-size : 0.6em ;
90
+ a {
91
+ color : white;
92
+ text-decoration : underline;
93
+ }
85
94
}
86
95
87
96
.instructions {
88
- background-color : rgb (250 , 250 , 250 );
97
+ background-color : # 0b7261 ;
98
+ color : white;
89
99
margin-left : auto;
90
100
margin-right : auto;
91
101
text-align : center;
@@ -100,7 +110,13 @@ body#idx p.other-platforms-help {
100
110
margin-right : auto;
101
111
}
102
112
113
+ .instructions > a {
114
+ color : white;
115
+ text-decoration : underline;
116
+ }
117
+
103
118
hr {
119
+ border-color : # 0b7261 ;
104
120
margin-top : 2em ;
105
121
margin-bottom : 2em ;
106
122
}
@@ -115,13 +131,12 @@ hr {
115
131
}
116
132
117
133
.rustup-command ::before {
118
- color : # 999 ;
134
+ color : white ;
119
135
content : " $ " ;
120
136
margin-left : 15px ;
121
137
}
122
138
123
139
.rustup-command {
124
- background-color : # 515151 ;
125
140
color : white;
126
141
padding : 1rem 1rem 1rem 0 ;
127
142
width : 45rem ;
183
198
transition : opacity 0.2s ease-in-out;
184
199
opacity : 0 ;
185
200
font-size : 10px ;
186
- color : green ;
201
+ color : # 0b7261 ;
187
202
width : 41px ;
188
203
height : 15px ;
189
204
position : relative;
201
216
font-family : "Work Sans" , "Fira Sans" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
202
217
font-weight : 500 ;
203
218
letter-spacing : 0.1rem ;
219
+ color : white;
204
220
}
205
221
206
222
/* This is the box that prints navigator.platform, navigator.appVersion values */
0 commit comments