mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-10 21:36:48 +00:00
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…
x
Reference in New Issue
Block a user