change file viewer background color

This commit is contained in:
Jeremy Kauffman 2019-12-03 11:22:44 -05:00 committed by Sean Yesmunt
parent 5c02b7360f
commit b810413bc3
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
--color-card-background: #2c3237;
--color-card-background-highlighted: #384046;
--color-header-background: #434b53;
--color-file-viewer-background: #212529;
--color-file-viewer-background: var(--color-white);
--color-tab-text: var(--color-white);
--color-tabs-background: #434b53;
--color-tab-divider: var(--color-white);

View file

@ -29,7 +29,7 @@
--color-card-background: #ffffff;
--color-card-background-highlighted: #f6faff;
--color-list-header: #fff;
--color-file-viewer-background: #212529;
--color-file-viewer-background: var(--color-white);
--color-tabs-background: var(--color-secondary-alt);
--color-tab-divider: var(--color-secondary);