diff --git a/static/est-ensemble/_custom.scss b/static/est-ensemble/_custom.scss index b23f4d95..f3809d33 100644 --- a/static/est-ensemble/_custom.scss +++ b/static/est-ensemble/_custom.scss @@ -49,3 +49,22 @@ div.gru-nav { } } } + +/* custom est-ensemble menu entry */ +li.menu-est-ensemble a { + background: $ee-red; + span { + font-size: 80%; + color: white; + text-transform: none; + font-weight: 600; + &:hover { + text-decoration: underline; + } + &::before { + content: '\f015'; + font-family: FontAwesome; + margin-right: 5px; + } + } +}