Skip to content

Commit

Permalink
fix: override color-scheme with meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed May 6, 2024
1 parent 90db159 commit 248bff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang=en>
<head>
<meta charset="utf-8" />
<meta name="color-scheme" content="light dark">
<title>Requirements for Chinese Text Layout - 中文排版需求</title>

<link rel="stylesheet" href="./local.css" />
Expand All @@ -22,7 +23,6 @@
edDraftURI: "https://www.w3.org/International/clreq/",

maxTocLevel: 3,
darkMode: true,
editors: [
{
name: "<span lang='zh-hant'>董福興</span> (Bobby TUNG)",
Expand Down

0 comments on commit 248bff9

Please sign in to comment.