diff --git a/README.md b/README.md index e63acb6..ec0ad1b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/partials/style.html b/src/partials/style.html index 6637d89..16b6d2d 100644 --- a/src/partials/style.html +++ b/src/partials/style.html @@ -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; }