diff --git a/static/lille-metropole-2022/_custom.scss b/static/lille-metropole-2022/_custom.scss index 3f17e924..3427896a 100644 --- a/static/lille-metropole-2022/_custom.scss +++ b/static/lille-metropole-2022/_custom.scss @@ -21,11 +21,18 @@ div#page { } %cell-links-list { - > li > a { - color: $font-color; - text-transform: uppercase; - &:hover { - color: $primary-color; + > li { + > a { + color: $font-color; + text-transform: uppercase; + &:hover { + color: $primary-color; + } + } + &.required-authentication, &.is-redirection, &.external-link { + > a { + display: block; + } } } }