Dark mode support

This commit is contained in:
Michael Shamoon
2021-01-26 10:09:13 -08:00
parent 55584a6a87
commit d60b532b8f
3 changed files with 14 additions and 4 deletions

View File

@@ -111,3 +111,7 @@ body {
font-size: 16px;
}
}
.ngx-file-drop__drop-zone--over {
background-color: $primaryFaded !important;
}