From 9ac066828ea7aded3a3600e1f22b7d7f3f5f819d Mon Sep 17 00:00:00 2001 From: BackIsBachus Date: Mon, 16 May 2016 14:46:34 +0200 Subject: [PATCH] Add Steam logo classes --- src/partials/style.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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; }