1
0
mirror of https://github.com/JuanCanham/fresh-theme-elegant.git synced 2025-04-10 10:29:35 +01:00

Merge pull request 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

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

@ -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;
}