diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index f73435479..249c26f75 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -798,6 +798,7 @@ label { .login, .getstarted, .reset_password, .signup { padding: 10px; height: auto; + background: hsl(234,10%,19%); } .login .hero-unit { @@ -1793,7 +1794,7 @@ footer { border-bottom: 1px solid #33363e; } - .tasks-navigation .task:hover { + .tasks-navigation .task:not(.active):hover { background: #26272e; }