You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mdBook has a concept of "draft chapters", where the chapter name appears in the table of contents but no page actually exists for that chapter. these chapter titles are greyed out in the table of contents. when rendering a mdBook using Oranda, the default oranda-dark and oranda-light themes color the the names of these draft chapters the same as the background color, rendering them unreadable.
with all other mdBook themes provided by Oranda, the draft chapter titles are basically readable. for example, with the mdBook "navy" theme, they look like this:
with the oranda-dark theme, though, the draft chapter titles are the same as the background:
and similarly, with the oranda-light theme, they are white (as is the background):