Skip to content

Commit 807624f

Browse files
committed
Light and Dark mode
1 parent 0fab4dc commit 807624f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
66
<meta name="viewport" content="width=device-width,initial-scale=1" />
77
<meta charset="UTF-8" />
8-
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css" />
8+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css"
9+
title="docsify-darklight-theme" type="text/css" />
10+
911
<!-- Primary Meta Tags -->
1012
<title>Github ebook</title>
1113
<meta name="title" content="Github ebook" />
@@ -35,6 +37,8 @@
3537
};
3638
</script>
3739
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
40+
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js" type="text/javascript">
41+
</script>
3842
</body>
3943

4044
</html>

0 commit comments

Comments
 (0)