diff --git a/jslib b/jslib index 2de8c5ed16..0092aac275 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 2de8c5ed165f00e5d3a2b1dd92763176d6150782 +Subproject commit 0092aac275e8efca66838a8c266eec1d455883aa diff --git a/src/popup/scss/variables.scss b/src/popup/scss/variables.scss index 6aa0f97762..8d29409eb8 100644 --- a/src/popup/scss/variables.scss +++ b/src/popup/scss/variables.scss @@ -17,15 +17,14 @@ $gray: #555; $gray-light: #777; $text-muted: $gray-light; -$brand-primary: #3c8dbc; +$brand-primary: #175DDC; $brand-danger: #dd4b39; $brand-success: #00a65a; $brand-info: #555555; $brand-warning: #bf7e16; -$brand-primary-accent: #286090; +$brand-primary-accent: #1252A3; -$background-color: #efeff4; -$background-color-alt: #ecf0f5; +$background-color: #f0f0f0; $box-background-color: white; $box-background-hover-color: $list-item-hover;