File tree 4 files changed +17
-13
lines changed
4 files changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,14 @@ body {
13
13
}
14
14
15
15
a {
16
- color : inherit ;
16
+ color : #00a4ca ;
17
17
text-decoration : none ;
18
18
}
19
19
20
20
a :hover {
21
21
text-decoration : underline ;
22
22
}
23
23
24
- div .text a {
25
- font-weight : bold ;
26
- }
27
-
28
24
div .button a div {
29
25
word-break :break-all ;
30
26
margin : 2% ;
Original file line number Diff line number Diff line change @@ -73,11 +73,13 @@ footer {
73
73
.copyright {
74
74
font-size : .8em ;
75
75
margin : 0 auto ;
76
-
76
+
77
77
@media #{$tablet } {
78
78
text-align : center ;
79
79
}
80
-
80
+ a {
81
+ color : #999 ;
82
+ }
81
83
}
82
84
83
85
h2 {
@@ -90,6 +92,10 @@ footer {
90
92
@extend %flexbox ;
91
93
@include flex-flow (wrap );
92
94
margin : -10px -10px 10px -10px ;
95
+
96
+ a {
97
+ color : #fff ;
98
+ }
93
99
}
94
100
95
101
.legal-line {
Original file line number Diff line number Diff line change 39
39
}
40
40
}
41
41
42
+ .releases {
43
+ color : inherit ;
44
+ }
45
+
42
46
.bottom-cta {
43
47
background : linear-gradient (to bottom , $brand-color 0% , $middle-gradient-color 100% );
44
48
color : #fff ;
52
56
53
57
.feature-list {
54
58
max-width : fit-content ;
55
- margin-left : auto ;
56
- margin-right : auto ;
59
+ margin-left : auto ;
60
+ margin-right : auto ;
57
61
display : flex ;
58
62
justify-content : center ;
59
63
Original file line number Diff line number Diff line change @@ -16,13 +16,12 @@ <h2 class="app-subtitle">A powerful build planner for Path of Exile</h2>
16
16
< img class ="social-icon " src ="{{ site.baseurl }}/images/poe2_icon.png " alt ="Path of Exile 1 logo "/>
17
17
< div >
18
18
< span > Download</ span >
19
- < span > Path of Building 2</ span >
20
19
< span > for</ span >
21
20
< span > Path of Exile 2!</ span >
22
21
</ div >
23
22
</ a >
24
23
</ div >
25
- < a href ="https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/releases ">
24
+ < a href ="https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/releases " class =" releases " >
26
25
See all releases
27
26
</ a >
28
27
</ div >
@@ -35,13 +34,12 @@ <h2 class="app-subtitle">A powerful build planner for Path of Exile</h2>
35
34
< img class ="social-icon " src ="{{ site.baseurl }}/images/poe1_icon.png " alt ="Path of Exile 2 logo "/>
36
35
< div >
37
36
< span > Download</ span >
38
- < span > Path of Building</ span >
39
37
< span > for</ span >
40
38
< span > Path of Exile!</ span >
41
39
</ div >
42
40
</ a >
43
41
</ div >
44
- < a href ="https://github.com/PathOfBuildingCommunity/PathOfBuilding/releases ">
42
+ < a href ="https://github.com/PathOfBuildingCommunity/PathOfBuilding/releases " class =" releases " >
45
43
See all releases
46
44
</ a >
47
45
</ div >
You can’t perform that action at this time.
0 commit comments