diff --git a/README.md b/README.md index f760f4e..0c2ae36 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This is a list of classless CSS themes and frameworks. "Classless" means a styl + [Downstyler](#downstyler) + [holiday.css](#holidaycss) + [LatexCSS](#latexcss) + + [magick.css](#magickcss) + [Markdown CSS — Air](#markdown-css--air) + [Markdown CSS — Modest](#markdown-css--modest) + [Markdown CSS — Retro](#markdown-css--retro) @@ -268,6 +269,19 @@ This is a list of classless CSS themes and frameworks. "Classless" means a styl [![latex.png](thumbnail/latex.png)](screenshot/latex.png) +### magick.css + +- [Repository](https://github.com/wintermute-cell/magick.css) + ![GitHub stars](https://img.shields.io/github/stars/wintermute-cell/magick.css?style=flat-square) + ![GitHub contributors](https://img.shields.io/github/contributors-anon/wintermute-cell/magick.css?style=flat-square) + ![Last commit](https://img.shields.io/github/last-commit/wintermute-cell/magick.css?style=flat-square) + ![GitHub open issues](https://img.shields.io/github/issues-raw/wintermute-cell/magick.css?style=flat-square) + ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/wintermute-cell/magick.css?style=flat-square) +- [Demo](https://css.winterveil.net/) + +[![magick.css.png](thumbnail/magick.css.png)](screenshot/magick.css.png) + + ### Markdown CSS — Air - [Repository](https://github.com/markdowncss/air) diff --git a/data/projects.toml b/data/projects.toml index d51b4dd..50cfa06 100644 --- a/data/projects.toml +++ b/data/projects.toml @@ -143,6 +143,14 @@ website = "" screenshots = ["latex.png"] tags = ["classless"] +["magick.css"] +demo = "https://css.winterveil.net/" +github = "wintermute-cell/magick.css" +note = "" +website = "" +screenshots = ["magick.css.png"] +tags = ["classless"] + ["Markdown CSS — Air"] demo = "https://markdowncss.github.io/air/" github = "markdowncss/air" diff --git a/screenshot/magick.css.png b/screenshot/magick.css.png new file mode 100644 index 0000000..e88c7c3 Binary files /dev/null and b/screenshot/magick.css.png differ diff --git a/thumbnail/magick.css.png b/thumbnail/magick.css.png new file mode 100644 index 0000000..7041eac Binary files /dev/null and b/thumbnail/magick.css.png differ