diff --git a/static/lille-metropole-2022/_custom.scss b/static/lille-metropole-2022/_custom.scss index d41c2497..416c5b2a 100644 --- a/static/lille-metropole-2022/_custom.scss +++ b/static/lille-metropole-2022/_custom.scss @@ -351,7 +351,10 @@ div.title { li.required-authentication, li.external-link, li.is-redirection { a::after { - color: $primary-color; + color: unset; + position: relative; + margin-left: 1rem; + right: initial; } } @@ -363,8 +366,6 @@ li.external-link, li.is-redirection { a::after { content: '\f08e'; /* fa-external-link */ font-family: FontAwesome; - position: absolute; - right: 0.7em; } }