From: Jakub Vrana Date: Mon, 17 Mar 2025 06:14:18 +0000 (+0100) Subject: CSS: Set also light color-scheme X-Git-Tag: v5.0.6~7 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=ea5a7453fbbfdb9a98ca6680b485920cc2c5cb63;p=adminer.git CSS: Set also light color-scheme --- 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");