From 6294d5159c02ce924daeefe110b28c342cc99969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Fri, 4 May 2018 11:58:49 +0200 Subject: [PATCH] Change nigthly button hover background --- app.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 {