diff --git a/app.css b/app.css index bf0655d..d9f4e2b 100644 --- a/app.css +++ b/app.css @@ -58,12 +58,18 @@ body { transition: background 0.3s; } +.button:hover, .button:focus, .button:active { + background: rgb(90, 45, 45); +} + .button--nightly { background: #333; } -.button:hover, .button:focus, .button:active { - background: rgb(90, 45, 45); +.button--nightly:hover, +.button--nightly:focus, +.button--nightly:active { + background: #222; } .github {