Give a special hover style for the logo
This commit is contained in:
parent
48129cb5cb
commit
b05ebd935b
1 changed files with 9 additions and 0 deletions
|
@ -122,3 +122,12 @@ hr {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Give a special hover style for the logo
|
||||||
|
|
||||||
|
.navbar-brand a.navbar-item {
|
||||||
|
&:focus,
|
||||||
|
&:hover {
|
||||||
|
color: $dandelion-light;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue