improved dark theme #8

Manually merged
arian merged 5 commits from theming into main 2026-03-07 09:15:56 +00:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit d5c38e322c - Show all commits
+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,