color updates + jslib

This commit is contained in:
Kyle Spearrin 2020-05-05 16:32:20 -04:00
parent 0b5cb901aa
commit dd00151469
2 changed files with 4 additions and 5 deletions

2
jslib

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

View File

@ -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;