summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_colors.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/_colors.scss')
-rw-r--r--web-ui/app/scss/_colors.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/web-ui/app/scss/_colors.scss b/web-ui/app/scss/_colors.scss
index 7e90d6ae..bfa0ca95 100644
--- a/web-ui/app/scss/_colors.scss
+++ b/web-ui/app/scss/_colors.scss
@@ -4,8 +4,11 @@ $navigation_background: #3E3A37;
/* Action buttons and links */
$action_buttons: #3dabc4;
+/* Primary Highlight*/
+$primary_highlight: #FF9C00;
+
/* Unread count dialog bubble background color */
-$secondary_callout: #FF7902;
+$secondary_callout: darken($primary_highlight, 5);
/* Grayscale */
$contrast: #EEE;