Keep logo from taking on same hue as other navbar links on light header

This commit is contained in:
benjamin melançon 2018-12-26 23:35:52 -05:00
parent 54860991a7
commit 5581a74c3f

View file

@ -132,6 +132,14 @@ hr {
}
}
.light-header .navbar-brand a.navbar-item {
&:focus,
&:hover {
color: $dandelion-light;
background: inherit;
}
}
// Ensure embedded media is responsive
iframe {