Keep logo from taking on same hue as other navbar links on light header
This commit is contained in:
parent
54860991a7
commit
5581a74c3f
1 changed files with 8 additions and 0 deletions
|
@ -132,6 +132,14 @@ hr {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.light-header .navbar-brand a.navbar-item {
|
||||||
|
&:focus,
|
||||||
|
&:hover {
|
||||||
|
color: $dandelion-light;
|
||||||
|
background: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Ensure embedded media is responsive
|
// Ensure embedded media is responsive
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
|
|
Loading…
Reference in a new issue