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