This commit is contained in:
Cassie Tarakajian 2017-01-17 13:28:28 -05:00
parent cb2d8d0dd5
commit 3709587f4c
3 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@ $p5js-pink: #ed225d;
$white: #fff;
$black: #000;
$yellow: #F5DC23;
$primary-text-color: #333;
$themes: (
light: (

View File

@ -0,0 +1,3 @@
.dropzone {
color: $primary-text-color;
}

View File

@ -32,6 +32,7 @@
@import 'components/timer';
@import 'components/force-authentication';
@import 'components/form-container';
@import 'components/uploader';
@import 'layout/ide';
@import 'layout/fullscreen';