Adding orange underline to wordcloud links on mobile only
This commit is contained in:
parent
0727d288ce
commit
958c0c021c
|
@ -137,6 +137,15 @@
|
|||
> a {
|
||||
text-decoration: none;
|
||||
|
||||
@media (max-width: $toDesktop) {
|
||||
@include hasRedUnderline;
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
background-color: $orange;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue