File tree Expand file tree Collapse file tree 5 files changed +24
-19
lines changed Expand file tree Collapse file tree 5 files changed +24
-19
lines changed Original file line number Diff line number Diff line change 1
- - title : Documentation
1
+ - title : Learn
2
2
url : https://docs.scala-lang.org
3
- - title : Download
3
+ - title : Install
4
4
url : /download/
5
+ - title : Playground
6
+ url : https://scastie.scala-lang.org
7
+ - title : Find a Library
8
+ url : https://index.scala-lang.org
5
9
- title : Community
6
10
url : /community/
7
- - title : Libraries
8
- url : https://index.scala-lang.org
9
11
- title : Blog
10
12
url : /blog/
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h1>{{page.title}}</h1>
20
20
< div class ="wrap ">
21
21
< div class ="inner-box download ">
22
22
< div class ="main-download ">
23
- < h2 > Download or Upgrade Scala</ h2 >
23
+ < h2 > Install or Upgrade Scala</ h2 >
24
24
< div class ="install-steps ">
25
25
< div class ="download-options ">
26
26
< div class ="download-left ">
@@ -44,8 +44,8 @@ <h2>Download or Upgrade Scala</h2>
44
44
< img src ="/resources/img/download/arrow-right.png " alt ="">
45
45
< p > Best if you have an advanced use case.</ p >
46
46
</ div >
47
- < a href ="{{ site.baseurl }}/download/all.html " class ="btn-plain- download ">
48
- < i class ="fa fa-download "> </ i >
47
+ < a href ="{{ site.baseurl }}/download/all.html " class ="btn-download dl-find-all ">
48
+ < i class ="fa fa-list-ul "> </ i >
49
49
< span > Pick a Specific Release</ span >
50
50
</ a >
51
51
< ul >
Original file line number Diff line number Diff line change 163
163
margin-top : 38px ;
164
164
}
165
165
166
- .btn-plain-download {
167
- background : $gray-lighter ;
168
- display : block ;
169
- text-align : center ;
170
- text-transform : uppercase ;
171
- padding : 16px 0 ;
172
- border-radius : 100px ;
173
- margin-bottom : 34px ;
174
- }
175
-
176
166
.btn-download {
177
167
background : $brand-primary ;
178
168
display : block ;
207
197
}
208
198
}
209
199
200
+ .btn-download.dl-find-all {
201
+ background : $gray-lighter ;
202
+ font-weight : 500 ;
203
+ color : $std-link ;
204
+ & :active ,
205
+ & :focus ,
206
+ & :hover {
207
+ text-decoration : none ;
208
+ background : darken ($gray-lighter , 10% );
209
+ }
210
+ }
211
+
210
212
.download-left ,
211
213
.download-right {
212
214
position : relative ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ $gray-li: #244E58;
17
17
$gray-light : #E5EAEA ;
18
18
$gray-lighter : #F0F3F3 ;
19
19
$apple-blue : #6dccf5 ;
20
-
20
+ $std-link : #23aad1 ;
21
21
22
22
// -------------------------------------------------
23
23
$headings-font-color : $gray-dark ;
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : download
3
- title : Download
3
+ title : Install
4
4
redirect_from :
5
+ - /install/
5
6
- /download/scala2.html
6
7
- /download/scala3.html
7
8
You can’t perform that action at this time.
0 commit comments