From 8ba65a3a98aed3b6e81fdfb77c2ed19535a7c8a7 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 10 Dec 2025 10:50:52 -0600 Subject: Improve styling. --- uploader/static/css/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uploader/static/css/theme.css') diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css index 184999d..2acce5f 100644 --- a/uploader/static/css/theme.css +++ b/uploader/static/css/theme.css @@ -34,10 +34,10 @@ body { } #main #sidebar-content { - background: #E5E5FF; + background: #EEEEEE; border-radius: 5px; - padding: 0 5px; + padding: 10px 5px; } #main .row { -- cgit 1.4.1