/* The modern theme variant keeps the header neutral; color it with the palette
   primary like the classic variant did */
.md-header {
    background-color: var(--md-primary-fg-color);
    color: var(--md-primary-bg-color);
}
