diff options
| author | Frederick Muriuki Muriithi | 2025-12-10 10:50:52 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-10 10:50:52 -0600 |
| commit | 8ba65a3a98aed3b6e81fdfb77c2ed19535a7c8a7 (patch) | |
| tree | 712f906d0a71dec873c6d37fa5d4e3792d4b92a8 /uploader/static/css/theme.css | |
| parent | 8b37cfeacada925e3c5b9b7102f8fad0f28da144 (diff) | |
| download | gn-uploader-8ba65a3a98aed3b6e81fdfb77c2ed19535a7c8a7.tar.gz | |
Improve styling.
Diffstat (limited to 'uploader/static/css/theme.css')
| -rw-r--r-- | uploader/static/css/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |
