Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@06chaynes
Copy link
Contributor

Adds:

.chapter li.chapter-item div {
    color: var(--sidebar-fg);
    filter: brightness(60%);
}

to oranda-css/mdbook-theme/css/chrome.css

Fixes #654 because currently the div in the list item is inheriting from:

.chapter li {
    display: flex;
    color: var(--sidebar-non-existant);
}

Produces:
Screenshot 2023-10-05 at 3 22 57 PM

@manyinsects
Copy link
Contributor

Thanks so much for all of these extremely good PRs! Is there any way we can send you some stickers or something to show some appreciation for your work?

@manyinsects manyinsects merged commit 3634146 into axodotdev:main Oct 9, 2023
@06chaynes
Copy link
Contributor Author

Thanks so much for all of these extremely good PRs! Is there any way we can send you some stickers or something to show some appreciation for your work?

Thank you, means a lot! I'm more than happy to contribute to a project when and where I find I am able to do so.

Looking forward to the next release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

draft mdBook chapter titles are unreadable in oranda-dark and oranda-light mdBook theme

2 participants