zenn-content-css-dark
v1.0.3
Published
Zenn flavor content style with a dark theme.
Downloads
9
Readme
zenn-content-css-dark
The dark theme of zenn-content-css.
Install
$ npm install zenn-content-css-dark
Usage
import 'zenn-content-css-dark';
To apply the style, specify class=znc-dark
on the element you want to style.
<div class="znc-dark">
<!-- html parsed from markdown comes here. -->
</div>