1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-10 21:22:35 +01:00

Adjust hover behavior on send-logo (#382)

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

View File

@ -39,9 +39,12 @@ body {
align-items: center;
}
.send-logo h1 {
transition: color 50ms;
}
.send-logo h1:hover {
color: #0297f8;
transition: color 50ms;
}
.send-logo > a {