insanum / obsidian_nord

A nord theme for Obsidian
MIT License
236 stars 62 forks source link

When using Mermaid Gantt Charts with exclusion of weekends, the weekends are in a very bright tone, text #57

Closed Mimdray closed 1 year ago

Mimdray commented 1 year ago

Example code:

gantt
    dateFormat YYYY-MM-DD
    axisFormat %W
    excludes weekends
    section Sprints
        xxxx:                       MS40, 2023-01-12, 2023-01-28
    section Tasks
        Example Text that cannot be read well:                  1, 2023-01-12, 1d

notice the color used to display the weekends is a bright white, making overlapping text impossible to read.

insanum commented 1 year ago

Thanks for pointing this out. Fixed!