From 06f028bf5aefba7d93a7a00373ea820f4537bfd3 Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 28 May 2021 17:27:29 +0200 Subject: Added a clone-dropdown & made multiple small frontend improvements --- src/frontend/scss/abstracts/_colors.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/frontend/scss/abstracts') diff --git a/src/frontend/scss/abstracts/_colors.scss b/src/frontend/scss/abstracts/_colors.scss index d7c43f5..3c05336 100644 --- a/src/frontend/scss/abstracts/_colors.scss +++ b/src/frontend/scss/abstracts/_colors.scss @@ -1,9 +1,10 @@ $primary: #023E8A; -$primary-light: #0096C7; +$primary-light: #0077b6; $secondary: #F48C06; $success: #40916C; $new: #06d6a0; $danger: #D00000; $text: #ffffff; $text-gray: #6c757d; -$background: #121212; \ No newline at end of file +$background: #121212; +$not-selected: #adb5bd; \ No newline at end of file -- cgit v1.2.3-18-g5258