- Fork the repository
git clone https://github.com/${yourUsername}/docsify-darkly-theme
cd docsify-darkly-theme
- Make changes in CSS File
docs/css/darkly.css
and preview it. later do the same changes incss/darkly.css
andcss/darkly.min.css
folder of root dir and Create Pull Request
- Create a branch in your forked repository with a relevant name (
e.g enhanced-styling
) - Push your changes to the branch
- Create a pull request from your branch to
master
of my branch.