aurora-dot / github-markdown-dracula-css

Dracula themed github markdown style

Home Page:https://aurora-dot.github.io/github-markdown-dracula-css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-markdown-dark-css

Forked from mrdrivingduck/github-markdown-css.


About

Modified version based of the mrdrivingduck/github-markdown-css repository, to build a dracula dark theme for c3er/mdview.

Install

npm install --save github-markdown-dracula-css

Usage

<!doctype html>
<html>
  <head>
    <link rel="stylesheet" href="github-markdown-dracula.css">
  </head>
  <body>
    <article class="markdown-body"></article>
  </body>
</html>

Demo

github-markdown-dark-demo


About

Dracula themed github markdown style

https://aurora-dot.github.io/github-markdown-dracula-css/

License:MIT License


Languages

Language:HTML 51.7%Language:CSS 48.3%