diff options
| author | Frederick Muriuki Muriithi | 2025-12-29 09:38:39 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-29 09:38:39 -0600 |
| commit | 12c1b6064c61b55bcdac0fdda2fe84100ed67038 (patch) | |
| tree | 1d2c34a40fe497b4e0c19fc4865facd6bb580c71 /uploader/static/css/theme.css | |
| parent | b9856c679e7f598d776debf9b6e3d6f8d3880bdc (diff) | |
| download | gn-uploader-12c1b6064c61b55bcdac0fdda2fe84100ed67038.tar.gz | |
UI: Reduce contrast of main area and sidebar.
Reduce the contrast between the sidebar and main content to prevent the sidebar from drawing attention away from the main content.
Diffstat (limited to 'uploader/static/css/theme.css')
| -rw-r--r-- | uploader/static/css/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css index bdac745..cd3d103 100644 --- a/uploader/static/css/theme.css +++ b/uploader/static/css/theme.css @@ -34,7 +34,7 @@ body { } #main #sidebar-content { - background: #EEEEEE; + background: #FEFEFE; border-radius: 5px; padding: 10px 5px; |
