mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
Adjust hover behavior on send-logo (#382)
This commit is contained in:
@@ -39,9 +39,12 @@ body {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.send-logo h1 {
|
||||||
|
transition: color 50ms;
|
||||||
|
}
|
||||||
|
|
||||||
.send-logo h1:hover {
|
.send-logo h1:hover {
|
||||||
color: #0297f8;
|
color: #0297f8;
|
||||||
transition: color 50ms;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.send-logo > a {
|
.send-logo > a {
|
||||||
|
|||||||
Reference in New Issue
Block a user