From f770ef264d102d63dc85415082861090fc422001 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 21 Jul 2018 22:37:11 -0400 Subject: [PATCH] nord theme mods --- src/scss/variables.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scss/variables.scss b/src/scss/variables.scss index 8420f12231..0fccbf16ad 100644 --- a/src/scss/variables.scss +++ b/src/scss/variables.scss @@ -161,9 +161,9 @@ $themes: ( totpStrokeColor: $nord4, boxRowButtonColor: $nord4, boxRowButtonHoverColor: $nord6, - inputBorderColor: $nord2, - inputBackgroundColor: $nord0, - inputPlaceholderColor: $nord4, + inputBorderColor: $nord0, + inputBackgroundColor: $nord2, + inputPlaceholderColor: lighten($nord3, 20%), buttonBackgroundColor: $nord3, buttonBorderColor: $nord0, buttonColor: $nord6,