From 5315318784bd969feb31e456ca24df6d5de2efc9 Mon Sep 17 00:00:00 2001 From: rewphus Date: Fri, 1 Sep 2017 15:14:37 -0500 Subject: [PATCH] Update desktop.scss --- desktop/desktop.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/desktop.scss b/desktop/desktop.scss index 47278c3..83db0ac 100644 --- a/desktop/desktop.scss +++ b/desktop/desktop.scss @@ -237,7 +237,7 @@ button#new-account-link { background-color: lighten($tertiary, 20%); } 100% { - background-color: $secondary; + background-color: lighten($secondary, 10%); } } @@ -303,4 +303,4 @@ button#new-account-link { right: -40% !important; } } -} \ No newline at end of file +}