no-stack-dub-sack / apexdox-vs-code

A lightweight VS Code extension that makes documenting your Salesforce Apex files an easy, integrated experience.
Other
49 stars 7 forks source link

Question: Can I import a css file into all pages? #86

Open ReiSuzuki opened 10 months ago

ReiSuzuki commented 10 months ago

I've added a css file to the assets setting, but how can I add them to the page to customize the look and feel?

no-stack-dub-sack commented 9 months ago

A custom stylesheet can probably only be used on pages where you directly control the HTML, for example, on a custom home page. Otherwise, apexdox generates the markup and classnames and uses its default styling.