File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2121 }
2222}
2323
24+ .footer__info-btn {
25+ @extend .btn--text-color-inverted ;
26+ }
27+
2428.footer__description {
2529 font-family : $font-family-serif ;
2630}
Original file line number Diff line number Diff line change 1818 < div class ="row ">
1919 {% if pages.open_content_link %}
2020 < 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 >
2222 </ div >
2323 {% endif %}
2424 {% if pages.github_repo_link %}
2525 < 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 >
2727 </ div >
2828 {% endif %}
2929 </ div >
You can’t perform that action at this time.
0 commit comments