1

source here: https://github.com/VladKochetov007/quick_trade.github.io

docsify: https://docsify.js.org/#/

my tree:

project
 └── quick_trade.github.io
      ├── docs
      │    ├── .nojekyll
      │    ├── index.html
      │    └── README.md
      └── README.md
VladKochetov
  • 105
  • 2
  • 12

1 Answers1

1

in index.html:


<head>
  ...
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
  ...
</head>

or other dark theme on https://docsify.js.org/#/themes

VladKochetov
  • 105
  • 2
  • 12