Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/smikhalevski/typedoc-custom-css
- Owner: smikhalevski
- Created: 2023-07-28T19:41:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-20T15:19:49.000Z (4 months ago)
- Last Synced: 2024-07-21T12:47:41.440Z (4 months ago)
- Topics: typedoc, typedoc-theme
- Language: CSS
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
```