Fix Light mode Initialization flash when in dark mode

This commit is contained in:
johnnyq
2026-08-26 22:09:29 -04:00
parent 2409c98e1e
commit 1bebd2d578
4 changed files with 19 additions and 4 deletions

View File

@@ -683,7 +683,7 @@ $show_login_form = (!$show_role_choice && !$show_mfa_form);
?>
<!DOCTYPE html>
<html lang="en">
<html lang="en" data-bs-theme="light" data-lte-color-mode="off">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">