diff --git a/Reskreen/settings.py b/Reskreen/settings.py index 4c2c0e6..66914f2 100644 --- a/Reskreen/settings.py +++ b/Reskreen/settings.py @@ -276,7 +276,7 @@ JAZZMIN_SETTINGS = { ############# # Whether to display the side menu - "show_sidebar": True, + "show_sidebar": False, # Whether to aut expand the menu "navigation_expanded": False, @@ -343,11 +343,11 @@ JAZZMIN_SETTINGS = { } JAZZMIN_UI_TWEAKS = { - "navbar_small_text": False, + "navbar_small_text": True, "footer_small_text": False, "body_small_text": False, "brand_small_text": False, - "brand_colour": "navbar-success", + "brand_colour": False, "accent": "accent-teal", "navbar": "navbar-dark", "no_navbar_border": False, @@ -362,7 +362,7 @@ JAZZMIN_UI_TWEAKS = { "sidebar_nav_compact_style": False, "sidebar_nav_legacy_style": False, "sidebar_nav_flat_style": False, - "theme": "cyborg", + "theme": "united", "dark_mode_theme": None, "button_classes": { "primary": "btn-primary",