aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/scss/abstracts
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-05-28 17:27:29 +0200
committerHampusM <hampus@hampusmat.com>2021-05-28 17:27:29 +0200
commit06f028bf5aefba7d93a7a00373ea820f4537bfd3 (patch)
treeed61bf00c5150d22c76d7226557bfb1e31228c99 /src/frontend/scss/abstracts
parentbdfc5d2d092fdce8fb4149ae8acb86b63c14c642 (diff)
Added a clone-dropdown & made multiple small frontend improvements
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