Skip to content

Commit a5ca93f

Browse files
authored
Merge pull request #18 from remcohaszing/meta-color-scheme
Add color-scheme meta tag for responsive dark mode
2 parents 6b06a1a + 3fd3f17 commit a5ca93f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/web/src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="color-scheme" content="light dark" />
67
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
78
<title>Are The Types Wrong? - Tool for analyzing TypeScript types of npm packages</title>
89
<script type="module" src="./main.ts"></script>

0 commit comments

Comments
 (0)