Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to customize styles without creating a new theme #1060

Closed
tusharmath opened this issue Jun 24, 2019 · 1 comment
Closed

Ability to customize styles without creating a new theme #1060

tusharmath opened this issue Jun 24, 2019 · 1 comment
Labels
enhancement Improved functionality help wanted Contributions are especially encouraged

Comments

@tusharmath
Copy link
Contributor

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.

{
  "customCSS": "../theme/style.css"
}
@Gerrit0 Gerrit0 added Component: Theme enhancement Improved functionality help wanted Contributions are especially encouraged labels Nov 13, 2019
@Gerrit0 Gerrit0 added this to To do in Version 0.22 via automation Dec 30, 2020
@Gerrit0 Gerrit0 added this to To Do in Version 0.22 via automation Sep 5, 2021
@Gerrit0 Gerrit0 moved this from To Do to Done in Version 0.22 Sep 5, 2021
@ical10
Copy link

ical10 commented Jan 10, 2023

I was trying to move the menu bar from right to left, and this works. Just need to create style.css and define the css rules inside the class that we want to modify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improved functionality help wanted Contributions are especially encouraged
Projects
No open projects
Development

No branches or pull requests

3 participants