better dark theme

This commit is contained in:
2026-03-07 04:00:43 -05:00
parent 46ba681137
commit d5c38e322c
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
body {
background-color: #2B2726;
background-color: #252526;
color: #FFFFFF;
}
.dropzone {
background: #3e3e42;
}
+1 -1
View File
@@ -9,7 +9,7 @@
<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>
<h1>Drag & drop files here</h1>
<script>
Dropzone.options.myDropzone = {
parallelUploads: 2,