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 7 additions and 2 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
body { body {
background-color: #2B2726; background-color: #252526;
color: #FFFFFF; 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" /> <link rel="stylesheet" href="{{ url_for('static', filename='css/dropzone.min.css') }}" type="text/css" />
</head> </head>
<body> <body>
<h1>Drag & drop files here or <b>browse</b></h1>
<script> <script>
Dropzone.options.myDropzone = { Dropzone.options.myDropzone = {
parallelUploads: 2, parallelUploads: 2,