Give a special hover style for the logo

This commit is contained in:
benjamin melançon 2018-12-10 15:47:33 -05:00
parent 48129cb5cb
commit b05ebd935b

View file

@ -122,3 +122,12 @@ hr {
}
}
}
// Give a special hover style for the logo
.navbar-brand a.navbar-item {
&:focus,
&:hover {
color: $dandelion-light;
}
}