Hover style for login link in status bar

This commit is contained in:
Bryan Housel
2016-11-08 21:54:19 -05:00
parent 16ada1f29a
commit 82a0030ff0

View File

@@ -2613,6 +2613,9 @@ img.tile-removing {
.api-status-login {
color: #aaf;
}
.api-status-login:hover {
color: #ccf;
}
/* Modals
------------------------------------------------------- */