update dark theme

This commit is contained in:
btzr-io 2017-10-02 23:25:06 -06:00
parent 87c4bd2047
commit a8e414ba4a

View file

@ -33,7 +33,7 @@
/* Header */
--header-color: #CCC;
--header-active-color: #FFF;
--header-button-hover-bg: rgba(255, 255, 255, 0.15);
--header-button-hover-bg: var(--color-bg-alt);
/* Table */
--table-border: 0;
@ -49,7 +49,7 @@
--scrollbar-thumb-hover-bg: rgba(255, 255, 255, 0.35);
/* Media */
--media-bg: #CCC;
--media-bg: #90A4AE;
/* Divider */
--divider: 1px solid rgba(255, 225, 225, 0.12);