1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00

color updates + jslib

This commit is contained in:
Kyle Spearrin 2020-05-05 16:32:09 -04:00
parent 4fd3eecef2
commit 8c905f8746
2 changed files with 5 additions and 5 deletions

2
jslib

@ -1 +1 @@
Subproject commit 2de8c5ed165f00e5d3a2b1dd92763176d6150782
Subproject commit 0092aac275e8efca66838a8c266eec1d455883aa

View File

@ -17,16 +17,16 @@ $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: white;
$background-color-alt: #f9fafc;
$background-color-alt2: #ecf0f5;
$background-color-alt: #f9f9f9;
$background-color-alt2: #ededed;
$box-background-color: $background-color;
$box-background-hover-color: $list-item-hover;