Don't set Theme to Gray amd blue when in client section always Keep configured theme

This commit is contained in:
johnnyq
2026-06-29 18:52:56 -04:00
parent 1bcc535e99
commit fab5dbea04
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ header("X-Frame-Options: DENY");
</head>
<body class="
hold-transition sidebar-mini layout-fixed layout-navbar-fixed
accent-<?php echo isset($_GET['client_id']) ? 'blue' : nullable_htmlentities($config_theme); ?>
accent-<?php echo nullable_htmlentities($config_theme); ?>
<?php if ($user_config_theme_dark) echo 'dark-mode'; ?>
">
<div class="wrapper text-sm">