Changement theme

This commit is contained in:
Ambulance Clerc
2023-06-04 18:44:06 +02:00
parent e329fa9850
commit 699fdf4e8c

View File

@@ -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",