frappe / gantt

Open Source Javascript Gantt
https://frappe.io/gantt
MIT License
4.6k stars 1.02k forks source link

feat: add dark mode support #377

Closed BHznJNs closed 5 months ago

BHznJNs commented 7 months ago

Add dark class to the container element to apply dark theme.

The appearance in the Edge Browser: Edge Screen Capture

In Firefox Browser: Firefox Screen Capture

It is best to add the following styles to the container element:

background-color: #252525;