From 0237dee980157554ab2c9a79b6e9d10cec9e2f3a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Dec 2019 20:09:43 +0300 Subject: implement automatic night mode detection using MQL add separate light.css to force light theme remove manual night mode toggle and related code --- include/controls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/controls.php') diff --git a/include/controls.php b/include/controls.php index 012bcf76c..8646ec15d 100755 --- a/include/controls.php +++ b/include/controls.php @@ -238,7 +238,7 @@ function stylesheet_tag($filename, $id = false) { $id_part = $id ? "id=\"$id\"" : ""; - return "\n"; + return "\n"; } function javascript_tag($filename) { -- cgit v1.2.3