From 699fdf4e8c2aa3e665f14ac155f9428e0d1bec73 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Sun, 4 Jun 2023 18:44:06 +0200 Subject: [PATCH] Changement theme --- Reskreen/settings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",