fix #268
This commit is contained in:
parent
cb2d8d0dd5
commit
3709587f4c
3 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,7 @@ $p5js-pink: #ed225d;
|
||||||
$white: #fff;
|
$white: #fff;
|
||||||
$black: #000;
|
$black: #000;
|
||||||
$yellow: #F5DC23;
|
$yellow: #F5DC23;
|
||||||
|
$primary-text-color: #333;
|
||||||
|
|
||||||
$themes: (
|
$themes: (
|
||||||
light: (
|
light: (
|
||||||
|
|
3
client/styles/components/_uploader.scss
Normal file
3
client/styles/components/_uploader.scss
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.dropzone {
|
||||||
|
color: $primary-text-color;
|
||||||
|
}
|
|
@ -32,6 +32,7 @@
|
||||||
@import 'components/timer';
|
@import 'components/timer';
|
||||||
@import 'components/force-authentication';
|
@import 'components/force-authentication';
|
||||||
@import 'components/form-container';
|
@import 'components/form-container';
|
||||||
|
@import 'components/uploader';
|
||||||
|
|
||||||
@import 'layout/ide';
|
@import 'layout/ide';
|
||||||
@import 'layout/fullscreen';
|
@import 'layout/fullscreen';
|
||||||
|
|
Loading…
Reference in a new issue