0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 04:52:40 +00:00

Chagne the help out icon to a heart that glows red

This commit is contained in:
Scott Tolksdorf
2016-05-16 21:17:02 -04:00
parent 23cd7e7516
commit 0612fc63e6
2 changed files with 15 additions and 1 deletions

View File

@@ -46,4 +46,13 @@
text-align : center;
text-transform: initial;
}
.patreon.navItem{
i{
.animate(color);
&:hover{
color : @red;
}
}
}
}