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…
Reference in New Issue