diff --git a/static/css/style.css b/static/css/style.css index 377607a..9fcd0f2 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,4 +1,10 @@ body { - background-color: #2B2726; + background-color: #252526; color: #FFFFFF; +} +.dropzone { + background: #3e3e42 !important; + border-radius: 2rem !important; + border-style: dashed !important; + border-color: #FFFFFF !important; } \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 17c22ab..e4d20ae 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,7 +9,6 @@
-