# docsify-enhanced-theme

<p align="center">

<img alt="ss" src="https://imgur.com/1wxmVgJ.png"  />
<br/>

</p>

This is a docsify plugin which adds a print button to your docsify site

[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
[![](https://data.jsdelivr.com/v1/package/npm/docsify-enhanced-theme/badge)](https://www.jsdelivr.com/package/npm/docsify-enhanced-theme)

## Installation

Add the following stylesheet along with your other stylesheets

```html
<link
  rel="stylesheet"
  href="//cdn.jsdelivr.net/npm/docsify-enhanced-theme@latest/dist/style.css"
/>
```

### Thats it, Now enjoy :tada: your dark mode in your docsifysite

## Contribution Guide

- Clone the repo
- start editing on `src/style.css`
- The build step using
  - Optimize the generated style using `cssnano` and `postcss`
  - styling rule using `standard`
