Revert back to previous base color on dark theme

pull/21833/head
J. Ryan Stinnett 2019-02-15 17:34:39 +00:00
parent fa3662257d
commit c490606f15
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// unified palette
// try to use these colors when possible
$bg-color: #181b21;
$base-color: #1b1f25;
$base-color: #15171b;
$base-text-color: #edf3ff;
$header-panel-bg-color: #22262e;
$header-panel-border-color: #000000;