Skip to content

Commit

Permalink
Enable native dark theme (#84)
Browse files Browse the repository at this point in the history
* add `color-scheme` to browseraction.html
* add `color-scheme` to lazyloading.html
  • Loading branch information
ghostebony authored Mar 28, 2024
1 parent b55d25b commit 33a2ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions browseraction.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Open Multiple URLs</title>
<style>:root { color-scheme: light dark; }</style>
</head>
<body>
<div id="app"></div>
Expand Down
1 change: 1 addition & 0 deletions lazyloading.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>&#65279;</title>
<style>:root { color-scheme: light dark; }</style>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 33a2ca1

Please sign in to comment.