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