Skip to content
Snippets Groups Projects

Template

1 file
+ 11
2
Compare changes
  • Side-by-side
  • Inline
@@ -54,7 +54,16 @@ a {
}
body.dark-mode {
mat-tab-group .mdc-tab {
filter: brightness(1.5);
mat-tab-group mat-tab-header {
--mdc-tab-indicator-focus-indicator-color: white;
--mdc-tab-indicator-active-indicator-color: white;
--mat-tab-header-pagination-icon-color: white;
--mat-tab-header-active-label-text-color: white;
--mat-tab-header-active-ripple-color: white;
--mat-tab-header-inactive-ripple-color: white;
--mat-tab-header-active-focus-label-text-color: white;
--mat-tab-header-active-hover-label-text-color: white;
--mat-tab-header-active-focus-indicator-color: white;
--mat-tab-header-active-hover-indicator-color: white;
}
}
Loading