Adjust hover behavior on send-logo (#382)

This commit is contained in:
Weihang Lo 2017-08-03 00:38:56 +08:00
parent f1c894d14f
commit 48912dd4d4
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -39,6 +39,11 @@ body {
align-items: center;
}
.send-logo h1:hover {
color: #0297f8;
transition: color 50ms;
}
.send-logo > a {
display: flex;
flex-direction: row;
@ -67,7 +72,7 @@ body {
transition: color 50ms;
}
.send-logo:hover a {
.site-subtitle a:hover {
color: #0297f8;
}