Merge pull request #392 from weihanglo/master
Adjust hover behavior on send-logo (#382) Fixes: #382.
This commit is contained in:
commit
626b9068a9
|
@ -39,6 +39,14 @@ body {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.send-logo h1 {
|
||||||
|
transition: color 50ms;
|
||||||
|
}
|
||||||
|
|
||||||
|
.send-logo h1:hover {
|
||||||
|
color: #0297f8;
|
||||||
|
}
|
||||||
|
|
||||||
.send-logo > a {
|
.send-logo > a {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
@ -67,7 +75,7 @@ body {
|
||||||
transition: color 50ms;
|
transition: color 50ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
.send-logo:hover a {
|
.site-subtitle a:hover {
|
||||||
color: #0297f8;
|
color: #0297f8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue