1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-17 20:01:38 +02:00

Merge pull request #238 from weh/features/add-grails

Add Grails original svg
This commit is contained in:
Clemens Bastian
2020-07-03 10:43:59 +02:00
committed by GitHub
4 changed files with 13 additions and 0 deletions

View File

@@ -569,3 +569,7 @@
.devicon-groovy-plain.colored {
color: #619cbc;
}
.devicon-grails-original.colored,
.devicon-grails-plain.colored {
color: #feb672;
}

View File

@@ -408,6 +408,13 @@
}
},
{
"name": "grails",
"tags": ["framework"],
"versions": {
"svg": ["original", "plain"],
"font": ["original", "plain"]
}
},
"name": "groovy",
"tags": ["programming", "language"],
"versions": {

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.2 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.2 KiB