Add Steam logo classes

This commit is contained in:
BackIsBachus 2016-05-16 14:46:34 +02:00
parent d30fc90c0a
commit 9ac066828e
1 changed files with 8 additions and 0 deletions

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