Skip to content

Commit 6db3210

Browse files
Merge pull request LucasLeandro1204#35 from boopathikumar018/master
Enabled dark and light mode with switch for docs using docsify-darklight-theme
2 parents e31c629 + 4259273 commit 6db3210

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
99
<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,500,700" rel="stylesheet">
1010
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
11-
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
11+
<link
12+
rel="stylesheet"
13+
href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css"
14+
title="docsify-darklight-theme"
15+
type="text/css"
16+
/>
1217
</head>
1318
<body>
1419
<div id="app"></div>
@@ -25,6 +30,10 @@
2530
}
2631
}
2732
</script>
33+
<script
34+
src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js"
35+
type="text/javascript">
36+
</script>
2837
<script src="assets/js/app.js"></script>
2938
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
3039
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>

0 commit comments

Comments
 (0)