SimonLeclere / discord-easy-dashboard

💻 Simple module to facilitate the creation of dashboard using discord.js and express
https://www.npmjs.com/package/discord-easy-dashboard
71 stars 11 forks source link

Custom HTML & CSS #35

Closed ghost closed 11 months ago

ghost commented 11 months ago

Hey, just a quick question.

Is it possible to add custom HTML and CSS?

SimonLeclere commented 11 months ago

Hey, of course!

To add just a few CSS rules, you can use the injectCSS option.

If you want to completely personalize your design, take a look at the Theming section in the documentation !

https://github.com/SimonLeclere/discord-easy-dashboard/blob/master/docs/THEMING.md

ghost commented 11 months ago

Appreciate it!