mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-23 11:18:26 +00:00
Merge pull request #32 from Nona-Creative/fix/adding-wordcloud-links-color
Adding wordcloud links color
This commit is contained in:
commit
e4a1684173
@ -137,6 +137,15 @@
|
||||
> a {
|
||||
text-decoration: none;
|
||||
|
||||
@media (max-width: $toDesktop) {
|
||||
@include hasRedUnderline;
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
background-color: $orange;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
@ -6,7 +6,6 @@ const data = [
|
||||
'event',
|
||||
'network',
|
||||
'documentation',
|
||||
'usability',
|
||||
'blockchain',
|
||||
'client',
|
||||
'bounty',
|
||||
@ -20,7 +19,6 @@ const data = [
|
||||
'consensus',
|
||||
'NFT',
|
||||
'compiler',
|
||||
'protocol',
|
||||
'signature',
|
||||
'hash',
|
||||
'testing',
|
||||
|
@ -13,7 +13,7 @@ const data = [
|
||||
'url': '',
|
||||
},
|
||||
{
|
||||
'word': 'Instability',
|
||||
'word': 'Scaling',
|
||||
'size': 4,
|
||||
'url': '',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user