Dark mode support

This commit is contained in:
Michael Shamoon
2021-01-26 10:09:13 -08:00
parent b5591713b3
commit e031f7ed44
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;
}