## Problem As a user of this library I would like to customize the styles using some external CSS. ## Suggested Solution Inside `typedoc.json` add a property — `customCSS` where any file path for CSS can be added. ```json { "customCSS": "../theme/style.css" } ```