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