diff --git a/components/wordCloud/style.scss b/components/wordCloud/style.scss index 66b0d80..d8bf28b 100644 --- a/components/wordCloud/style.scss +++ b/components/wordCloud/style.scss @@ -137,6 +137,15 @@ > a { text-decoration: none; + @media (max-width: $toDesktop) { + @include hasRedUnderline; + position: relative; + + &::before { + background-color: $orange; + } + } + &:hover { text-decoration: underline; }