Skip to content

Commit

Permalink
Merge pull request #245 from amacado/master
Browse files Browse the repository at this point in the history
fix devicon.json redux font property; remove grails original font
  • Loading branch information
amacado authored Jul 4, 2020
2 parents c786431 + aa21ece commit 84027dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion devicon-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@
.devicon-groovy-plain.colored {
color: #619cbc;
}
.devicon-grails-original.colored,
.devicon-grails-plain.colored {
color: #feb672;
}
Expand Down
5 changes: 3 additions & 2 deletions devicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
"tags": ["framework"],
"versions": {
"svg": ["original", "plain"],
"font": ["original", "plain"]
"font": ["plain"]
}
},
{
Expand Down Expand Up @@ -763,7 +763,8 @@
"name": "redux",
"tags": ["framework"],
"versions": {
"svg": ["original"]
"svg": ["original"],
"font": []
}
},
{
Expand Down

0 comments on commit 84027dd

Please sign in to comment.