From aea43550c44adae8218460af758e550d6cf1afc0 Mon Sep 17 00:00:00 2001 From: Arian Nasr Date: Sat, 7 Mar 2026 04:10:37 -0500 Subject: [PATCH] dashed border for drop zone --- static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index a82e9a3..04d8cf4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -4,4 +4,6 @@ body { } .dropzone { background: #3e3e42 !important; + border-radius: 2rem !important; + border-style: dashed !important; } \ No newline at end of file