Merge branch 'theming'

This commit was merged in pull request #8.
This commit is contained in:
2026-03-07 04:15:38 -05:00
2 changed files with 7 additions and 2 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
body {
background-color: #2B2726;
background-color: #252526;
color: #FFFFFF;
}
.dropzone {
background: #3e3e42 !important;
border-radius: 2rem !important;
border-style: dashed !important;
border-color: #FFFFFF !important;
}
-1
View File
@@ -9,7 +9,6 @@
<link rel="stylesheet" href="{{ url_for('static', filename='css/dropzone.min.css') }}" type="text/css" />
</head>
<body>
<h1>Drag & drop files here or <b>browse</b></h1>
<script>
Dropzone.options.myDropzone = {
parallelUploads: 2,