Skip to content

Commit 6c4678b

Browse files
authored
docs: removed the old dark mode as well
1 parent 399cd16 commit 6c4678b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/index.html

+1-7
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/pure.css" title="pure" disabled>
1717

1818
<script src="//cdn.jsdelivr.net/npm/docsify-plugin-codefund/index.js"></script>
19-
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/[email protected]/dist/style.css"/>
19+
2020
<style>
2121
nav.app-nav li ul {
2222
min-width: 100px;
@@ -64,11 +64,6 @@
6464
'/': 'Search'
6565
}
6666
},
67-
darkMode: {
68-
light: {
69-
toggleBtnBg: '#42b983'
70-
}
71-
},
7267
formatUpdated: '{MM}/{DD} {HH}:{mm}',
7368
plugins: [
7469
function (hook, vm) {
@@ -103,7 +98,6 @@
10398
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-bash.min.js"></script>
10499
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-markdown.min.js"></script>
105100
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-nginx.min.js"></script>
106-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/index.js"></script>
107101
<script>
108102
((window.gitter = {}).chat = {}).options = {
109103
room: 'docsifyjs/Lobby'

0 commit comments

Comments
 (0)