diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index f0393525..520c15af 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -8,6 +8,14 @@ 3.3 Search */ +html { + background: #2d2d2d; +} + +body { + background: white; +} + .admin_panel{ margin-top:100px; }