change file viewer background color
This commit is contained in:
parent
5c02b7360f
commit
b810413bc3
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue