From ea5a7453fbbfdb9a98ca6680b485920cc2c5cb63 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 17 Mar 2025 07:14:18 +0100 Subject: [PATCH] CSS: Set also light color-scheme --- adminer/include/design.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/include/design.inc.php b/adminer/include/design.inc.php index 0df2d98b..97c5eafa 100644 --- a/adminer/include/design.inc.php +++ b/adminer/include/design.inc.php @@ -35,7 +35,7 @@ function page_header($title, $error = "", $breadcrumb = array(), $title2 = "") { if ($dark !== false) { echo "\n"; } - echo "\n"; + echo "\n"; // this is matched by compile.php echo script_src("../adminer/static/functions.js"); echo script_src("static/editing.js"); -- 2.39.5