fix download button styles

This commit is contained in:
btzr-io 2017-10-14 20:16:31 -06:00
parent d17261a965
commit 904205beb8
3 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,7 @@
--color-money: var(--color-primary);
--color-meta-light: #757575;
--color-dark-overlay: rgba(15, 21, 23, 0.85);
--color-download: rgba(255, 255, 255, 0.75);
/* Text */
--text-color: #FFF;

View file

@ -19,7 +19,7 @@ $text-color: #000;
--color-load-screen-text: #c3c3c3;
--color-meta-light: #505050;
--color-money: #216C2A;
--color-download: #444;
--color-download: rgba(0, 0, 0, 0.75);
--color-canvas: #f5f5f5;
--color-bg: #ffffff;
--color-bg-alt: #D9D9D9;

View file

@ -12,7 +12,7 @@
.file-download__overlay
{
background: var(--color-download);
color: white;
color: var(--color-bg);
position: absolute;
white-space: nowrap;
overflow: hidden;