added hover to menu icon
This commit is contained in:
parent
17ab288b63
commit
52a2e41e05
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@ header img, footer img {
|
|||
}
|
||||
header img {
|
||||
height: 8rem;
|
||||
&:hover {
|
||||
border-color: @fg;
|
||||
}
|
||||
}
|
||||
footer img {
|
||||
height: 4rem;
|
||||
|
|
Loading…
Reference in a new issue