Merge pull request #5 from BackIsBachus/steam

Add Steam logo classes.
This commit is contained in:
BackIsBachus 2016-05-16 14:48:55 +02:00
commit 4220cff5ec
2 changed files with 9 additions and 0 deletions

View File

@ -51,6 +51,7 @@ All the profiles not on this list may not have an icon and will not have any cus
* youtube
* medium
* blogger
* steam
## How to use it

View File

@ -395,6 +395,14 @@ body {
.social-link:hover {
text-decoration: none;
}
.link-steam {
color: #1c1c1c;
}
.link-steam:hover,
.link-steam:focus {
text-decoration: none;
color: #070707;
}
.link-github {
color: #454545;
}