Footer vs. color scheme #6545
-
As per the change request guidelines, instead of directly opening an issue, I am opening a discussion. Currently colors are customizable but not for the footer. See e.g., renderings of partials My idea would be that the footer should have the same color (and changing behavior) as the header, i.e., it should respect |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello @AFulgens, :root > * {
--md-footer-bg-color: var(--md-primary-fg-color);
} |
Beta Was this translation helpful? Give feedback.
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