Merge pull request #32 from Nona-Creative/fix/adding-wordcloud-links-color

Adding wordcloud links color
This commit is contained in:
sharynt 2018-07-20 14:32:33 +02:00 committed by GitHub
commit e4a1684173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View File

@ -137,6 +137,15 @@
> a {
text-decoration: none;
@media (max-width: $toDesktop) {
@include hasRedUnderline;
position: relative;
&::before {
background-color: $orange;
}
}
&:hover {
text-decoration: underline;
}

View File

@ -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',

View File

@ -13,7 +13,7 @@ const data = [
'url': '',
},
{
'word': 'Instability',
'word': 'Scaling',
'size': 4,
'url': '',
},