Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smikhalevski/typedoc-custom-css

♻️ The custom CSS that beautifies TypeDoc default theme.
https://github.com/smikhalevski/typedoc-custom-css

typedoc typedoc-theme

Last synced: 4 days ago
JSON representation

♻️ The custom CSS that beautifies TypeDoc default theme.

Awesome Lists containing this project

README

        

# typedoc-custom-css

The custom CSS that beautifies TypeDoc default theme.

```shell
npm install github:smikhalevski/typedoc-custom-css#master
```

In TypeDoc config specify the [custom CSS option](https://typedoc.org/options/output/#customcss):

```json
{
"customCss": "./node_modules/typedoc-custom-css/custom.css"
}
```