File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ <h2>{{ .Title }}</h2>
64
64
65
65
66
66
< div class ="back ">
67
- < div class ="pagination ">
67
+ < div class ="pagination black ">
68
68
{{ if .NextInSection }}
69
69
< a href ="{{ .NextInSection.Permalink }} " class ="previous-page ">
70
70
< div class ="arrow "> {{ partial "arrow_left.html" . }}</ div >
Original file line number Diff line number Diff line change 1
1
@import ' variables' ;
2
2
3
- .pagination {
3
+ .pagination {
4
4
padding-top : 1rem ;
5
5
padding-bottom : 3rem ;
6
- @include arrows ($grey , -0.33rem , 3px );
6
+ @include arrows ($white , -0.33rem , 3px );
7
+ & .black {
8
+ @include arrows ($black , -0.33rem , 3px );
9
+ }
7
10
font-family : " Montserrat Light" , " Helvetica Neue" , Arial , sans-serif ;
8
11
.next-page {
9
12
float : right ;
10
13
}
11
14
a {
12
- font-size : 0.8rem ;
15
+ font-size : 0.9rem ;
16
+ color : $white ;
17
+ .black {
18
+ color : $black ;
19
+ }
13
20
transition : width 1s , margin-left 1s , margin-right 1s ;
14
21
.arrow {
15
22
transition : inherit ;
16
23
display : inline-block ;
17
24
width : 24px ;
18
25
}
19
26
& :hover , & :visited {
20
- color : $grey ;
27
+ color : $white ;
28
+ .black {
29
+ color : $black ;
30
+ }
21
31
.arrow {
22
32
width : 32px ;
23
33
}
You can’t perform that action at this time.
0 commit comments