I have an Angular Material 7 Expansion Panel. When I hover over one of the mat-expansion-panel-header the color is changing. How can I change this color?
Code:
<mat-accordion>
<mat-expansion-panel>
<mat-expansion-panel-header>
<mat-panel-title>
Titel
</mat-panel-title>
<mat-panel-description>Hi</mat-panel-description>
</mat-expansion-panel-header>
Content
</mat-expansion-panel>
</mat-accordion>