From 48912dd4d41bdf68c6f37b357512f227e04a7fd7 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Thu, 3 Aug 2017 00:38:56 +0800 Subject: [PATCH] Adjust hover behavior on send-logo (#382) --- public/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/main.css b/public/main.css index 354238da..ae986ca6 100644 --- a/public/main.css +++ b/public/main.css @@ -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; }