File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -109,10 +109,14 @@ span.brand img {
109
109
}
110
110
a {
111
111
color : white ;
112
- text-decoration : underline ;
113
112
}
114
113
.button.button-secondary {
115
- color : $purple ;
114
+ background-color : $purple ;
115
+ border : $purple 1px solid ;
116
+ color : white ;
117
+ & :hover {
118
+ border-color : white ;
119
+ }
116
120
}
117
121
}
118
122
@@ -126,11 +130,11 @@ span.brand img {
126
130
}
127
131
.button.button-secondary {
128
132
background-color : $yellow ;
129
- border : none ;
133
+ border : 1 px solid $yellow ;
130
134
color : $gray ;
131
135
text-decoration : none ;
132
136
& :hover {
133
- border : 1 px solid $gray ;
137
+ border-color : $gray ;
134
138
}
135
139
}
136
140
}
@@ -147,12 +151,12 @@ span.brand img {
147
151
}
148
152
.button.button-secondary {
149
153
background-color : $red ;
150
- border : none ;
154
+ border : 1 px solid $red ;
151
155
color : white ;
152
156
text-decoration : none ;
153
157
display : block ;
154
158
& :hover {
155
- border : 1 px white solid ;
159
+ border-color : white ;
156
160
}
157
161
}
158
162
}
Original file line number Diff line number Diff line change 1
- <section class =" get-involved" >
1
+ <section class =" get-involved red " >
2
2
<div class =" container" >
3
3
<header >
4
4
<h2 >Get Involved</h2 >
5
- <div class =" highlight highlight-green " >
5
+ <div class =" highlight" >
6
6
</header >
7
7
<div class =" row" >
8
8
<div class =" eight columns" id =" contrubite-code" >
24
24
<h3 >Contribute Code</h3 >
25
25
<p >
26
26
Rust is truly a community effort, and we welcome contribution from hobbyists and production users, from
27
- newcomers and old hats . Come help us make the Rust experience even better!
27
+ newcomers and seasoned professionals . Come help us make the Rust experience even better!
28
28
</p >
29
29
<a href =" #" class =" button button-secondary" >Learn More</a >
30
30
</div >
36
36
</div >
37
37
</div >
38
38
</div >
39
- </section >
39
+ </section >
You can’t perform that action at this time.
0 commit comments