From 66ffaf22fa0451d0f07652233d4b9d3ae933a68e Mon Sep 17 00:00:00 2001 From: TrueKuehli Date: Sun, 30 Sep 2018 21:48:00 +0200 Subject: Added functionality to login modal --- WebInterface/NodeJSServer/src/style/partials/modal/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebInterface/NodeJSServer/src/style/partials/modal/_base.scss') diff --git a/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss b/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss index 1665003..006c241 100644 --- a/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss +++ b/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss @@ -15,7 +15,7 @@ } .modal { - background-color: $secondary; + background-color: $primary; margin: auto; padding: 1rem; border-style: none; -- cgit v1.2.3-54-g00ecf