From 82a0030ff08258b784f1fb28bdb21c31c3dd2c8d Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 8 Nov 2016 21:54:19 -0500 Subject: [PATCH] Hover style for login link in status bar --- css/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/app.css b/css/app.css index 5d50672e3..bb473e00f 100644 --- a/css/app.css +++ b/css/app.css @@ -2613,6 +2613,9 @@ img.tile-removing { .api-status-login { color: #aaf; } +.api-status-login:hover { + color: #ccf; +} /* Modals ------------------------------------------------------- */