From d5c38e322cb756ff454a4e1f669b946e8a1e146f Mon Sep 17 00:00:00 2001 From: Arian Nasr Date: Sat, 7 Mar 2026 04:00:43 -0500 Subject: [PATCH] better dark theme --- static/css/style.css | 5 ++++- templates/index.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 377607a..ef6e992 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,4 +1,7 @@ body { - background-color: #2B2726; + background-color: #252526; color: #FFFFFF; +} +.dropzone { + background: #3e3e42; } \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 17c22ab..d1cd4a0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,7 +9,7 @@ -

Drag & drop files here or browse

+

Drag & drop files here