mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 12:02:44 +00:00
19 lines
212 B
Plaintext
19 lines
212 B
Plaintext
.homebrew nav{
|
|
|
|
.homebrewLogo{
|
|
.animate(color);
|
|
font-family : CodeBold;
|
|
font-size: 12px;
|
|
|
|
div{
|
|
margin-top: 2px;
|
|
margin-bottom: -2px;
|
|
}
|
|
|
|
color : white;
|
|
&:hover{
|
|
color : @blue;
|
|
}
|
|
}
|
|
|
|
} |