aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/scss/abstracts
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/scss/abstracts')
-rw-r--r--src/frontend/scss/abstracts/_colors.scss5
1 files changed, 3 insertions, 2 deletions
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