diff --git a/_assets/css/index.scss b/_assets/css/index.scss index e7726172..aae4b9e1 100644 --- a/_assets/css/index.scss +++ b/_assets/css/index.scss @@ -423,6 +423,13 @@ hr.footer-border{ margin-top: 10px; } +a.external_link::after{ + background: 0 0; + background-color: white; + mask: url(launch.svg) no-repeat center/contain; + -webkit-mask: url(launch.svg) no-repeat center/contain; +} + @media screen and (max-width: 414px){ .footer_side_left, .footer_side_right{ diff --git a/_includes/footer.html b/_includes/footer.html index e0017c23..0ad52415 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -30,14 +30,68 @@