0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 19:22:52 +00:00
Files
homebrewery/client/tpk/navbar/navbar.less
Scott Tolksdorf 7321cc81ec It livesssssssss
2016-05-16 21:51:48 -04:00

17 lines
210 B
Plaintext

.tpk nav{
.tpkLogo{
.animate(color);
font-family : CodeBold;
font-size : 12px;
color : white;
div{
margin-top : 2px;
margin-bottom : -2px;
}
&:hover{
color : @teal;
}
}
}