added hackernews to the css

This commit is contained in:
Christopher LILJENSTOLPE 2021-02-26 13:29:52 -08:00
parent 5e689b8fc0
commit 087a5034de

View File

@ -1,4 +1,4 @@
.facebook, .twitter, .instagram, .youtube, .github, .gitlab, .keybase, .linkedin, .medium, .mastodon, .slack, .stackoverflow, .rss { .facebook, .twitter, .instagram, .youtube, .github, .gitlab, .keybase, .linkedin, .medium, .mastodon, .slack, .stackoverflow, .rss, .hackernews {
fill: #BABABA; fill: #BABABA;
} }
@ -62,3 +62,7 @@
.rss:hover{ .rss:hover{
fill: #ff6f1a; fill: #ff6f1a;
} }
.hackernews:hover{
fill: #ff6600;
}