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 +}