better dark theme
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #2B2726;
|
background-color: #252526;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
.dropzone {
|
||||||
|
background: #3e3e42;
|
||||||
}
|
}
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
<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>
|
<h1>Drag & drop files here</h1>
|
||||||
<script>
|
<script>
|
||||||
Dropzone.options.myDropzone = {
|
Dropzone.options.myDropzone = {
|
||||||
parallelUploads: 2,
|
parallelUploads: 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user