Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Adjust hover behavior on send-logo (#382) #392

Merged
merged 2 commits into from
Aug 2, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -67,7 +72,7 @@ body {
transition: color 50ms;
}

.send-logo:hover a {
.site-subtitle a:hover {
color: #0297f8;
}

Expand Down