Update argon.patch

This commit is contained in:
kiddin9
2026-08-29 06:39:39 +08:00
committed by GitHub
parent b6b304663d
commit 03e0670c3f
+1 -1
View File
@@ -34,7 +34,7 @@
-%}
<!DOCTYPE html>
-<html lang="{{ dispatcher.lang }}">
+<html lang="{{ dispatcher.lang }}"{% if (mode == 'light'): %} data-darkmode="false"{% else: %} data-darkmode="false"{% endif %}>
+<html lang="{{ dispatcher.lang }}"{% if (mode == 'light'): %} data-darkmode="false"{% else: %} data-darkmode="true"{% endif %}>
<head>
{% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %}