Commit cfd3235 1 parent 415d306 commit cfd3235 Copy full SHA for cfd3235
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 21
21
}
22
22
}
23
23
24
+ .footer__info-btn {
25
+ @extend .btn--text-color-inverted ;
26
+ }
27
+
24
28
.footer__description {
25
29
font-family : $font-family-serif ;
26
30
}
Original file line number Diff line number Diff line change 18
18
< div class ="row ">
19
19
{% if pages.open_content_link %}
20
20
< div class ="col-sm-6 d-flex flex-column ">
21
- < a class ="btn btn--secondary- transparent footer__info-btn " href ="{{ pages.open_content_link }} "> Open Content</ a >
21
+ < a class ="btn btn--transparent footer__info-btn " href ="{{ pages.open_content_link }} "> Open Content</ a >
22
22
</ div >
23
23
{% endif %}
24
24
{% if pages.github_repo_link %}
25
25
< div class ="col-sm-6 d-flex flex-column mt-4 mt-sm-0 ">
26
- < a class ="btn btn--secondary- transparent footer__info-btn " href ="{{ pages.github_repo_link }} "> Open Source</ a >
26
+ < a class ="btn btn--transparent footer__info-btn " href ="{{ pages.github_repo_link }} "> Open Source</ a >
27
27
</ div >
28
28
{% endif %}
29
29
</ div >
You can’t perform that action at this time.
0 commit comments