Skip to content
Discussion options

You must be logged in to vote

Hello @AFulgens,
a new issue could be opened up with a reasoning of "fix integrity of the color palette scheme", but I'm no graphic designer to say if that's really necessary. The footer uses --md-footer... CSS variables, so I believe the current way is intentional to create some sort of contrast.
Also users can always make changes to the styling using extra CSS:
https://squidfunk.github.io/mkdocs-material/customization/#additional-css
https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#customization
https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/assets/stylesheets/main/_colors.scss

:root > * {
  --md-footer-bg-color: var(--md-primary-fg-color);
}

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@squidfunk
Comment options

@AFulgens
Comment options

@kamilkrzyskow
Comment options

Answer selected by squidfunk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants