better dark theme
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
body {
|
||||
background-color: #2B2726;
|
||||
background-color: #252526;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.dropzone {
|
||||
background: #3e3e42;
|
||||
}
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user